remove unused variables

This commit is contained in:
Yukihiro Matsumoto
2012-07-03 21:33:20 +09:00
parent 137570acf0
commit cd1e1a0089
-2
View File
@@ -26,10 +26,8 @@ void print_hint(void)
int
main(void)
{
struct mrb_parser_state *parser;
mrb_state *mrb;
mrb_value return_value;
int byte_code;
const char *prog = "report()";
print_hint();