diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2017-05-03 23:05:45 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2017-05-03 23:05:45 +0300 |
commit | 92f1dbb651217ea062d81237c6e72eaa257c6b81 (patch) | |
tree | a074320283d8dec553685c44fad0b72d24ef6ee4 /src | |
parent | 83fa03bbc9b60f0ac4689c0a719d93cbf199367c (diff) |
validator.rl: Unused member
Diffstat (limited to 'src')
-rw-r--r-- | src/fspec/validator.rl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fspec/validator.rl b/src/fspec/validator.rl index c919867..b00a827 100644 --- a/src/fspec/validator.rl +++ b/src/fspec/validator.rl @@ -31,7 +31,6 @@ struct state { struct ragel ragel; struct context context; struct stack stack; - bool valid; }; %%{ |