mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove unused variables
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user