diff options
Diffstat (limited to 'libguile/strings.c')
-rw-r--r-- | libguile/strings.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libguile/strings.c b/libguile/strings.c index 729b33d2e..71f0b5274 100644 --- a/libguile/strings.c +++ b/libguile/strings.c @@ -1405,11 +1405,6 @@ SCM_DEFINE (scm_string_append, "string-append", 0, 0, 1, } #undef FUNC_NAME -int -scm_is_string (SCM obj) -{ - return IS_STRING (obj); -} /* Conversion to/from other encodings. */ |