aboutsummaryrefslogtreecommitdiffstats
path: root/CommandLineInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'CommandLineInterface.h')
-rw-r--r--CommandLineInterface.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/CommandLineInterface.h b/CommandLineInterface.h
index 715f381b..f79bc0be 100644
--- a/CommandLineInterface.h
+++ b/CommandLineInterface.h
@@ -33,12 +33,6 @@ namespace solidity
//forward declaration
enum class DocumentationType: uint8_t;
-enum class OutputType: uint8_t
-{
- STDOUT,
- FILE,
-};
-
class CommandLineInterface
{
public:
@@ -66,7 +60,7 @@ private:
/// Create a file in the given directory
/// @arg _fileName the name of the file
/// @arg _data to be written
- void createFile(std::string const& _fileName, std::string const& _data = "");
+ void createFile(std::string const& _fileName, std::string const& _data);
/// Compiler arguments variable map
boost::program_options::variables_map m_args;