generator: Fix compilation warnings

This commit is contained in:
Bertrand Lorentz 2012-10-21 18:19:50 +02:00
parent 4d19e5ac2a
commit 482dec1900
2 changed files with 1 additions and 2 deletions

View File

@ -107,7 +107,7 @@ namespace GtkSharp.Generation {
}
}
protected new void GenEqualsAndHash (StreamWriter sw)
protected void GenEqualsAndHash (StreamWriter sw)
{
int bitfields = 0;
bool need_field = true;

View File

@ -73,7 +73,6 @@ namespace GtkSharp.Generation {
public string EqualityName {
get {
SymbolTable table = SymbolTable.Table;
string wrapped = table.GetCSType (CType);
string wrapped_name = SymbolTable.Table.MangleName (CName);
IGeneratable gen = table [CType];