Author: Armin Rigo <[email protected]> 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" _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
