Skip to content

Commit 8d88542

Browse files
committed
Remove leftovers of the CompilerStack hack
1 parent e33f75b commit 8d88542

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libevmasm/EVMAssemblyStack.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ std::map<std::string, unsigned> EVMAssemblyStack::sourceIndices() const
7878
for (auto const& s: m_sourceList)
7979
if (s != CompilerContext::yulUtilityFileName())
8080
indices[s] = index++;
81-
82-
if (indices.find(CompilerContext::yulUtilityFileName()) == indices.end())
83-
indices[CompilerContext::yulUtilityFileName()] = index++;
8481
return indices;
8582
}
8683

0 commit comments

Comments
 (0)