summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-07-03 21:33:20 +0900
committerYukihiro Matsumoto <[email protected]>2012-07-03 21:33:20 +0900
commitcd1e1a008987d61d06bbef99e9341738b36f3313 (patch)
tree809d6a4a7d96542eaf5a7a95c4603d56bd0e37d2 /test
parent137570acf0f8f9dbfbdc8678d13650bfcfe9c140 (diff)
downloadmruby-cd1e1a008987d61d06bbef99e9341738b36f3313.tar.gz
mruby-cd1e1a008987d61d06bbef99e9341738b36f3313.zip
remove unused variables
Diffstat (limited to 'test')
-rw-r--r--test/driver.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/driver.c b/test/driver.c
index 03479bcf4..4fe58432d 100644
--- a/test/driver.c
+++ b/test/driver.c
@@ -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();