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() bool CompilerStack::parse()
{ {
// todo not sure about clear. can contain warnings
m_errors.clear(); m_errors.clear();
for (auto& sourcePair: m_sources) for (auto& sourcePair: m_sources)