Rule: isMarker is no longer necessary

This commit is contained in:
Felipe Zimmerle
2019-02-25 11:32:43 -03:00
parent 766b373c3b
commit 5c40997028
3 changed files with 10 additions and 12 deletions

View File

@@ -101,9 +101,6 @@ class Rule {
return *m_fileName + ":" + std::to_string(m_lineNumber);
}
virtual bool isMarker() { return false; }
private:
std::shared_ptr<std::string> m_fileName;
int m_lineNumber;