removed commit

This commit is contained in:
LianaHus 2015-10-15 15:16:31 +02:00
parent 771f20b595
commit cd6262998c

View File

@ -97,7 +97,6 @@ void CompilerStack::setSource(string const& _sourceCode)
bool CompilerStack::parse()
{
// todo not sure about clear. can contain warnings
m_errors.clear();
for (auto& sourcePair: m_sources)