aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-15 02:05:17 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-15 02:05:17 -0800
commitb29060f38b30e6e379769582a0cf7cc3e9ae5056 (patch)
treea8ace7d44e071f4d77de9b300855f8d9687cee86 /types.h
parent8ff80b09ccd7e680829d0911d965ad4b0d6f7939 (diff)
Cleaned up and simplified global state setting stuff (e.g. --verbose)
Diffstat (limited to 'types.h')
-rw-r--r--types.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/types.h b/types.h
index 244b4b7..27b3d8e 100644
--- a/types.h
+++ b/types.h
@@ -8,15 +8,6 @@
#include "file_loader.h"
-enum BPFlag {
- BP_VERBOSE = 1 << 0,
- BP_IGNORECASE = 1 << 1,
- BP_EXPLAIN = 1 << 2,
- BP_JSON = 1 << 3,
- BP_LISTFILES = 1 << 4,
- BP_INPLACE = 1 << 5,
-};
-
//
// BP virtual machine opcodes (these must be kept in sync with the names in vm.c)
//