aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiana Husikyan <liana@ethdev.com>2015-07-17 23:58:21 +0800
committerLiana Husikyan <liana@ethdev.com>2015-08-10 18:40:17 +0800
commit1c7354ed0f28ddf74c70eea40a2cf230320783fe (patch)
treeb1d47cefb3d4830fb053d79b893460b94405682e
parent286473247eccd4fb6b5e57be1bec3861c4c1bf2d (diff)
downloaddexon-solidity-1c7354ed0f28ddf74c70eea40a2cf230320783fe.tar
dexon-solidity-1c7354ed0f28ddf74c70eea40a2cf230320783fe.tar.gz
dexon-solidity-1c7354ed0f28ddf74c70eea40a2cf230320783fe.tar.bz2
dexon-solidity-1c7354ed0f28ddf74c70eea40a2cf230320783fe.tar.lz
dexon-solidity-1c7354ed0f28ddf74c70eea40a2cf230320783fe.tar.xz
dexon-solidity-1c7354ed0f28ddf74c70eea40a2cf230320783fe.tar.zst
dexon-solidity-1c7354ed0f28ddf74c70eea40a2cf230320783fe.zip
added -o option to cmd compiler
-rw-r--r--CommandLineInterface.h1
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