Remove leftovers of compact-format and interface from --combined-json

This commit is contained in:
Kamil Śliwak
2021-10-01 13:05:30 +02:00
parent 6d806359be
commit 7915f32852
6 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ private:
/// Tries to read @ m_sourceCodes as a JSONs holding ASTs
/// such that they can be imported into the compiler (importASTs())
/// (produced by --combined-json ast,compact-format <file.sol>
/// (produced by --combined-json ast <file.sol>
/// or standard-json output
std::map<std::string, Json::Value> parseAstFromInput();