diff options
author | Liana Husikyan <liana@ethdev.com> | 2015-07-17 23:58:21 +0800 |
---|---|---|
committer | Liana Husikyan <liana@ethdev.com> | 2015-08-10 18:40:17 +0800 |
commit | 1c7354ed0f28ddf74c70eea40a2cf230320783fe (patch) | |
tree | b1d47cefb3d4830fb053d79b893460b94405682e | |
parent | 286473247eccd4fb6b5e57be1bec3861c4c1bf2d (diff) | |
download | dexon-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.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 |