From 91faf22772c94eb776e3b6492cb146ef9f20622b Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sat, 28 Apr 2001 17:23:48 +0000 Subject: [PATCH] * gh_data.c (gh_int2scmb): deprecation expired - removed. --- libguile/gh_data.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/libguile/gh_data.c b/libguile/gh_data.c index 86ad5a2c1..48361645b 100644 --- a/libguile/gh_data.c +++ b/libguile/gh_data.c @@ -48,16 +48,6 @@ /* data conversion C->scheme */ -#if (SCM_DEBUG_DEPRECATED == 0) - -SCM -gh_int2scmb (int x) /* this is being phased out */ -{ - return SCM_BOOL(x); -} - -#endif /* SCM_DEBUG_DEPRECATED == 0 */ - SCM gh_bool2scm (int x) {