glib/: fully remove galias hacks

This commit is contained in:
Ryan Lortie
2010-07-07 19:34:03 -04:00
parent c243905c95
commit 2e53e50244
82 changed files with 6 additions and 508 deletions

View File

@@ -115,10 +115,7 @@ class GHashPrinter:
try:
string_hash = read_global_var ("g_str_hash")
except:
try:
string_hash = read_global_var ("IA__g_str_hash")
except:
string_hash = None
string_hash = None
if self.val != 0 and string_hash != None and self.val["hash_func"] == string_hash:
self.keys_are_strings = True