diff options
Diffstat (limited to 'libguile/__scm.h')
-rw-r--r-- | libguile/__scm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libguile/__scm.h b/libguile/__scm.h index 986797c57..b437f6d5b 100644 --- a/libguile/__scm.h +++ b/libguile/__scm.h @@ -112,11 +112,6 @@ #undef SCM_RECKLESS #define SCM_CAUTIOUS -/* After looking up a local for the first time, rewrite the - * code graph, caching its position. - */ -#define MEMOIZE_LOCALS - /* All the number support there is. */ #define BIGNUMS |