From 1c7354ed0f28ddf74c70eea40a2cf230320783fe Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Fri, 17 Jul 2015 17:58:21 +0200 Subject: [PATCH] added -o option to cmd compiler --- CommandLineInterface.h | 1 - 1 file changed, 1 deletion(-) diff --git a/CommandLineInterface.h b/CommandLineInterface.h index 46b9b1e22..ab389ed08 100644 --- a/CommandLineInterface.h +++ b/CommandLineInterface.h @@ -37,7 +37,6 @@ enum class OutputType: uint8_t { STDOUT, FILE, - BOTH }; class CommandLineInterface