summaryrefslogtreecommitdiffhomepage
path: root/src/encoding.c
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2012-05-16 16:06:12 +0900
committerMasaki Muranaka <[email protected]>2012-05-16 16:06:12 +0900
commit3407376936e93ad6270a838705e4e46c5594ad96 (patch)
treecd69eb82444945b3cdff0f9d7829760facdd072d /src/encoding.c
parentc6f0e296bd93f24f777df2e27ab2fe6d5df0e45d (diff)
downloadmruby-3407376936e93ad6270a838705e4e46c5594ad96.tar.gz
mruby-3407376936e93ad6270a838705e4e46c5594ad96.zip
Remove unused static functions.
Diffstat (limited to 'src/encoding.c')
-rw-r--r--src/encoding.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/encoding.c b/src/encoding.c
index b04cff33b..8a3bd8ef2 100644
--- a/src/encoding.c
+++ b/src/encoding.c
@@ -84,12 +84,6 @@ enum {
#define mrb_usascii_str_new2 mrb_usascii_str_new_cstr
-static size_t
-enc_memsize(mrb_state *mrb, const void *p)
-{
- return 0;
-}
-
static const struct mrb_data_type encoding_data_type = {
"encoding", 0,
};