summaryrefslogtreecommitdiff
path: root/libguile/hash.c
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-01-22 14:48:40 +0100
committerAndy Wingo <wingo@pobox.com>2015-01-22 14:48:40 +0100
commitbaf90102cf39f4fdfb446df9ba8f4407b88ea794 (patch)
tree7109d0c6d04c86027bc4e06895e1eea958b73ac8 /libguile/hash.c
parent1cd779140dd74ddfaa62032882cb4745c2302cee (diff)
parent894d0b894daae001495c748b3352cd79918d3789 (diff)
downloadguile-baf90102cf39f4fdfb446df9ba8f4407b88ea794.tar.gz
Merge commit '894d0b894daae001495c748b3352cd79918d3789'
Conflicts: libguile/hash.c
Diffstat (limited to 'libguile/hash.c')
-rw-r--r--libguile/hash.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/libguile/hash.c b/libguile/hash.c
index 0ac67fa1f..b0bf04629 100644
--- a/libguile/hash.c
+++ b/libguile/hash.c
@@ -1,5 +1,5 @@
/* Copyright (C) 1995, 1996, 1997, 2000, 2001, 2003, 2004, 2006, 2008,
- * 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+ * 2009, 2010, 2011, 2012, 2014, 2015 Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
@@ -127,12 +127,6 @@ wide_string_hash (const scm_t_wchar *str, size_t len)
}
unsigned long
-scm_string_hash (const unsigned char *str, size_t len)
-{
- return narrow_string_hash (str, len);
-}
-
-unsigned long
scm_i_string_hash (SCM str)
{
size_t len = scm_i_string_length (str);