1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

symbol.c (dsymbol_check): remove unneeded semi-colon

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
normal 2014-07-25 20:57:02 +00:00
parent d4e84dd0bf
commit 098c9a327f
2 changed files with 5 additions and 1 deletions

View file

@ -414,7 +414,7 @@ dsymbol_check(const VALUE sym)
if (st_delete(global_symbols.str_id, (st_data_t *)&fstr, NULL) == 0) {
rb_bug("can't remove fstr from str_id (%s)", RSTRING_PTR(fstr));
};
}
if (st_delete(global_symbols.id_str, (st_data_t *)&sym, NULL) == 0) {
rb_bug("can't remove sym from id_sym (%s)", RSTRING_PTR(fstr));
}