aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
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,