[pypy-commit] stmgc hashtable: Remove a dead file

arigo noreply at buildbot.pypy.org
Sun Nov 9 14:51:04 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: hashtable
Changeset: r1501:7ff130375645
Date: 2014-11-09 14:48 +0100
http://bitbucket.org/pypy/stmgc/changeset/7ff130375645/

Log:	Remove a dead file

diff --git a/c7/stm/hashtable.h b/c7/stm/hashtable.h
deleted file mode 100644
--- a/c7/stm/hashtable.h
+++ /dev/null
@@ -1,4 +0,0 @@
-
-#if 0
-static void stm_compact_hashtable(stm_hashtable_t *hashtable);
-#endif
diff --git a/c7/stmgc.c b/c7/stmgc.c
--- a/c7/stmgc.c
+++ b/c7/stmgc.c
@@ -16,7 +16,6 @@
 #include "stm/weakref.h"
 #include "stm/marker.h"
 #include "stm/finalizer.h"
-#include "stm/hashtable.h"
 
 #include "stm/misc.c"
 #include "stm/list.c"


More information about the pypy-commit mailing list