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
@@ -3027,8 +3027,8 @@ u256 FunctionType::externalIdentifier() const
bool FunctionType::isPure() const
{
// FIXME: replace this with m_stateMutability == StateMutability::Pure once
// the callgraph analyzer is in place
// TODO: replace this with m_stateMutability == StateMutability::Pure once
// the callgraph analyzer is in place
return
m_kind == Kind::KECCAK256 ||
m_kind == Kind::ECRecover ||