Simple unused variable removals
[deliverable/binutils-gdb.git] / gdb / rust-exp.y
index 256eabe732a0ab3e19e307224e9227dc133e79f1..248e558a544688549d82e0735d7fbfd270c964f1 100644 (file)
@@ -583,7 +583,6 @@ literal:
                { $$ = parser->ast_dliteral ($1); }
 |      STRING
                {
-                 const struct rust_op *str = parser->ast_string ($1);
                  struct set_field field;
                  struct typed_val_int val;
                  struct stoken token;
This page took 0.024685 seconds and 4 git commands to generate.