diff options
-rw-r--r-- | CommandLineInterface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CommandLineInterface.h b/CommandLineInterface.h index 46b9b1e2..ab389ed0 100644 --- a/CommandLineInterface.h +++ b/CommandLineInterface.h @@ -37,7 +37,6 @@ enum class OutputType: uint8_t { STDOUT, FILE, - BOTH }; class CommandLineInterface |