Suppress unused variable warning
This commit is contained in:
parent
6aa80d5583
commit
d62abc47c8
@ -28,7 +28,7 @@ class DSL
|
||||
/#{ re }/ =~ s
|
||||
|
||||
# struct parser_params *p
|
||||
p = "p"
|
||||
p = p = "p"
|
||||
|
||||
@code = ""
|
||||
@last_value = eval(code)
|
||||
|
Loading…
x
Reference in New Issue
Block a user