diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-09-16 20:41:38 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-09-16 20:41:38 -0700 |
| commit | ae76deaeb2c25a41a71b9e3e1dd92e25abd2677f (patch) | |
| tree | eb0edb934cc7cd2811ab6c46d933e5e642f26e50 /compiler.c | |
| parent | f35d3c98b22ac3c708672493d27267de071989cd (diff) | |
Removed old code
Diffstat (limited to 'compiler.c')
| -rw-r--r-- | compiler.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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, '[')) { |
