summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-18 15:13:05 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-18 15:13:05 +0000
commit2b9191e5572f165ea88295094dcbf3f466684902 (patch)
treefc397b34b1c99c78970a248abfc3737bf310df71 /hash.c
parentcebd7eca53db168754836764928dafe296a09b91 (diff)
* internal.h: Gather declarations in non-header files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index bd6134d7d6..a0c1ced09b 100644
--- a/hash.c
+++ b/hash.c
@@ -171,7 +171,6 @@ static const struct st_hash_type objhash = {
rb_any_hash,
};
-extern const struct st_hash_type st_hashtype_num;
#define identhash st_hashtype_num
typedef int st_foreach_func(st_data_t, st_data_t, st_data_t);