diff options
author | chriseth <chris@ethereum.org> | 2017-07-01 18:42:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-01 18:42:37 +0800 |
commit | 61e448470aa5dbb67d64742f0903c20678ca3101 (patch) | |
tree | 7775ccb3dffde453f3724e59c0d64c2185a8fb1d /solc | |
parent | 06f8949f1033e6dc90e9645fcb6a869ecaaf5887 (diff) | |
parent | a46b3479bb0ccba26566eecd1824450ab4cadf1d (diff) | |
download | dexon-solidity-61e448470aa5dbb67d64742f0903c20678ca3101.tar dexon-solidity-61e448470aa5dbb67d64742f0903c20678ca3101.tar.gz dexon-solidity-61e448470aa5dbb67d64742f0903c20678ca3101.tar.bz2 dexon-solidity-61e448470aa5dbb67d64742f0903c20678ca3101.tar.lz dexon-solidity-61e448470aa5dbb67d64742f0903c20678ca3101.tar.xz dexon-solidity-61e448470aa5dbb67d64742f0903c20678ca3101.tar.zst dexon-solidity-61e448470aa5dbb67d64742f0903c20678ca3101.zip |
Merge pull request #2494 from ethereum/remove-why3
Remove last remains of Why3
Diffstat (limited to 'solc')
-rw-r--r-- | solc/jsonCompiler.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/solc/jsonCompiler.cpp b/solc/jsonCompiler.cpp index 1d31ea30..adf991d6 100644 --- a/solc/jsonCompiler.cpp +++ b/solc/jsonCompiler.cpp @@ -164,10 +164,6 @@ string compile(StringMap const& _sources, bool _optimize, CStyleReadFileCallback // "srcmapRuntime" = "0:1:2", // "assembly" = {} // } - // }, - // "formal": { - // "errors": [ "Error 1" ], - // "why3": "why3 source" // } // } Json::Value output = Json::objectValue; |