aboutsummaryrefslogtreecommitdiff
path: root/bpeg.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-09-13 23:36:45 -0700
committerBruce Hill <bruce@bruce-hill.com>2020-09-13 23:36:45 -0700
commit9f2d5464d6fd2c2aeb6dc234c64bd3aafe22d6e0 (patch)
tree993d9680f5072708539706d2798a057667e619d0 /bpeg.c
parent4135115229d27c54b70cd945e2211e652ab58d2f (diff)
Cleanup
Diffstat (limited to 'bpeg.c')
-rw-r--r--bpeg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/bpeg.c b/bpeg.c
index e78c9f6..cd25eb8 100644
--- a/bpeg.c
+++ b/bpeg.c
@@ -166,10 +166,6 @@ int main(int argc, char *argv[])
vm_op_t *pattern = lookup(g, rule);
check(pattern != NULL, "No such rule: '%s'", rule);
- if (verbose) {
- print_pattern(pattern);
- }
-
int ret = 0;
if (i < argc) {
// Files pass in as command line args: