[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/igc 951210dbd17: Revert "Helmut's scanning of hash table tests"
From: |
Gerd Moellmann |
Subject: |
scratch/igc 951210dbd17: Revert "Helmut's scanning of hash table tests" |
Date: |
Mon, 20 May 2024 23:28:45 -0400 (EDT) |
branch: scratch/igc
commit 951210dbd17358a212efbb6f9cdacdfbdd0a924f
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>
Revert "Helmut's scanning of hash table tests"
This reverts commit 5ed33d3874f7509f5b1c34f7f0e05e61b95b07a6.
---
src/igc.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/igc.c b/src/igc.c
index e2e9af97f94..73a78e08eea 100644
--- a/src/igc.c
+++ b/src/igc.c
@@ -1572,11 +1572,6 @@ fix_hash_table (mps_ss_t ss, struct Lisp_Hash_Table *h)
// FIXME: weak
IGC_FIX12_RAW (ss, &h->key);
IGC_FIX12_RAW (ss, &h->value);
- const struct hash_table_test *p = h->test;
- struct hash_table_test *test = (struct hash_table_test *)p;
- IGC_FIX12_OBJ (ss, &test->user_hash_function);
- IGC_FIX12_OBJ (ss, &test->user_cmp_function);
- IGC_FIX12_OBJ (ss, &test->name);
}
MPS_SCAN_END (ss);
return MPS_RES_OK;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- scratch/igc 951210dbd17: Revert "Helmut's scanning of hash table tests",
Gerd Moellmann <=