aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-09-16 21:47:48 -0700
committerBruce Hill <bruce@bruce-hill.com>2020-09-16 21:47:48 -0700
commit9ee7102f51c60469659de752f119b1ecbd3c0ba7 (patch)
tree23cb1f8b50eb9009c94e0eda1950f03bca028acb /types.h
parentd536f6a2ca46d4deed84eba38abdbbfc28207400 (diff)
Removed (/) (which is just a clunky way to do "")
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/types.h b/types.h
index 2bef298..1a19e86 100644
--- a/types.h
+++ b/types.h
@@ -17,7 +17,6 @@ enum BPEGFlag {
* BPEG virtual machine opcodes (these must be kept in sync with the names in vm.c)
*/
enum VMOpcode {
- VM_EMPTY = 0,
VM_ANYCHAR = 1,
VM_STRING,
VM_RANGE,