From ae76deaeb2c25a41a71b9e3e1dd92e25abd2677f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 16 Sep 2020 20:41:38 -0700 Subject: Removed old code --- compiler.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'compiler.c') diff --git a/compiler.c b/compiler.c index 99ff44f..fe7ad3f 100644 --- a/compiler.c +++ b/compiler.c @@ -252,10 +252,6 @@ vm_op_t *bpeg_simplepattern(file_t *f, const char *str) } // Capture case '@': { - if (matchchar(&str, '@')) { // @@ -> current position - op->op = VM_POSITION; - break; - } op->op = VM_CAPTURE; str = after_spaces(str); if (matchchar(&str, '[')) { -- cgit v1.2.3