fix previous patch for restoring PredHashTable.

This commit is contained in:
Vitor Santos Costa
2010-04-09 11:46:59 +01:00
parent 066603c79b
commit 45473e939b
4 changed files with 27 additions and 5 deletions

View File

@@ -1321,7 +1321,6 @@ static void
restore_heap(void)
{
restore_codes();
RestoreHashPreds();
RestoreIOStructures();
}