diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-05-16 08:21:16 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-05-16 08:21:16 -0700 |
| commit | 9d67c3c40875018eb3f33870fa35ad2e5d547081 (patch) | |
| tree | c22b15c626b4bcc6d13cdfa65e1698086e461930 /src/encoding.c | |
| parent | bc2314e625065b19a018f88485a5879fa26013ab (diff) | |
| parent | 3407376936e93ad6270a838705e4e46c5594ad96 (diff) | |
| download | mruby-9d67c3c40875018eb3f33870fa35ad2e5d547081.tar.gz mruby-9d67c3c40875018eb3f33870fa35ad2e5d547081.zip | |
Merge pull request #140 from monaka/pr-remove-unused-static-functions
Remove unused static functions
Diffstat (limited to 'src/encoding.c')
| -rw-r--r-- | src/encoding.c | 6 |
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, }; |
