[Vala] [PATCH] Variable never used



During Vala compilation, this warning is displayed:

valagirparser.vala:2351.10-2351.56: warning: local variable `throws_string' declared but never used
    string throws_string = reader.get_attribute ("throws");

This variable is useless !
This is a patch to fix it.

Attachment: 0001-Variable-never-used.patch
Description: Text document



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]