ruby.c: fixup r53791

* ruby.c (DEFAULT_FEATURES): debug features are no longer set
  since r53791.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-02-09 10:18:50 +00:00
parent add54214c7
commit 70a4e9e7c8

1
ruby.c
View File

@ -144,7 +144,6 @@ enum {
& ~FEATURE_BIT(gems)
#endif
& ~FEATURE_BIT(frozen_string_literal)
& ~FEATURE_BIT(debug_frozen_string_literal)
)
};