From b29060f38b30e6e379769582a0cf7cc3e9ae5056 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 15 Jan 2021 02:05:17 -0800 Subject: Cleaned up and simplified global state setting stuff (e.g. --verbose) --- types.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'types.h') 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) // -- cgit v1.2.3