Change FIXMEs into TODOs where appropriate

This commit is contained in:
Alex Beregszaszi
2019-01-29 00:35:23 +00:00
parent fa2bb01da3
commit ee09d54525
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -473,7 +473,7 @@ eth::LinkerObject const& CompilerStack::runtimeObject(string const& _contractNam
return contract(_contractName).runtimeObject;
}
/// FIXME: cache this string
/// TODO: cache this string
string CompilerStack::assemblyString(string const& _contractName, StringMap _sourceCodes) const
{
if (m_stackState != CompilationSuccessful)
@@ -486,7 +486,7 @@ string CompilerStack::assemblyString(string const& _contractName, StringMap _sou
return string();
}
/// FIXME: cache the JSON
/// TODO: cache the JSON
Json::Value CompilerStack::assemblyJSON(string const& _contractName, StringMap _sourceCodes) const
{
if (m_stackState != CompilationSuccessful)