Remove dead code and clarify throw.

This commit is contained in:
chriseth
2018-04-12 20:13:16 +02:00
parent b25598126e
commit 966367305a
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -157,7 +157,6 @@ BOOST_AUTO_TEST_CASE(location_test)
}
}
)";
shared_ptr<string const> n = make_shared<string>("");
AssemblyItems items = compileContract(sourceCode);
vector<SourceLocation> locations =
vector<SourceLocation>(24, SourceLocation(2, 75, make_shared<string>(""))) +