aboutsummaryrefslogtreecommitdiff
path: root/src/guile_type_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guile_type_helpers.h')
-rw-r--r--src/guile_type_helpers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/guile_type_helpers.h b/src/guile_type_helpers.h
index 537c23c5..c936f45d 100644
--- a/src/guile_type_helpers.h
+++ b/src/guile_type_helpers.h
@@ -7,7 +7,6 @@
#include "strbuf.h"
#define SCM_IS_LIST(x) scm_is_true(scm_list_p(x))
-#define SCM_MAKE_HASH_TABLE() scm_c_eval_string("(make-hash-table)")
SCM scm_from_strbuf(strbuf* s);
SCM scm_from_strbuf_symbol(strbuf* s);