diff options
author | sorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-03-29 04:32:00 +0000 |
---|---|---|
committer | sorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-03-29 04:32:00 +0000 |
commit | 7dab0e07eb2ea73db4cae97be291cb3dd18800b3 (patch) | |
tree | f6f9d2952cf6267538f28fb6c8fb56e80467a03c /internal.h | |
parent | 205ae26727bba12b95f42143908a05155928a702 (diff) |
Remove unused Init_frozen_strings declaration
Init_frozen_strings definition is removed in r51511.
https://bugs.ruby-lang.org/issues/11423
Patch by Kohei Suzuki <[email protected]>
* internal.h: Remove declaration of unexist function
[Fix GH-1558]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal.h b/internal.h index e3d5dd8fb7..bc752ccafd 100644 --- a/internal.h +++ b/internal.h @@ -1536,7 +1536,6 @@ VALUE rb_strftime(const char *format, size_t format_len, rb_encoding *enc, #endif /* string.c */ -void Init_frozen_strings(void); VALUE rb_fstring(VALUE); VALUE rb_fstring_new(const char *ptr, long len); #define rb_fstring_lit(str) rb_fstring_new((str), rb_strlen_lit(str)) |