diff options
author | Andy Wingo <wingo@pobox.com> | 2010-05-27 11:34:48 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-05-27 11:34:48 +0200 |
commit | 698514350a424d74bc8654e75283c57cc4996726 (patch) | |
tree | dabaece5fdd5de84e0dfc75e01739d9f1a0332b8 /libguile/memoize.h | |
parent | cad5d935358d5ccabe6106eff997a24a90f9b274 (diff) | |
download | guile-698514350a424d74bc8654e75283c57cc4996726.tar.gz |
remove scm_memoizer_p and scm_memoizer declarations
* libguile/memoize.h (scm_memoizer_p, scm_memoizer): Remove these
declarations.
Diffstat (limited to 'libguile/memoize.h')
-rw-r--r-- | libguile/memoize.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libguile/memoize.h b/libguile/memoize.h index d4802a9ce..26bd5b1c1 100644 --- a/libguile/memoize.h +++ b/libguile/memoize.h @@ -104,9 +104,6 @@ SCM_INTERNAL SCM scm_memoized_typecode (SCM sym); SCM_INTERNAL SCM scm_memoize_variable_access_x (SCM memoized, SCM module); SCM_API SCM scm_memoized_p (SCM obj); -SCM_INTERNAL SCM scm_memoizer_p (SCM obj); -SCM_INTERNAL SCM scm_memoizer (SCM obj); - SCM_INTERNAL void scm_init_memoize (void); |