rose: remove hasLiteral()

This commit is contained in:
Justin Viiret
2017-04-24 09:27:16 +10:00
committed by Matthew Barr
parent 8a7ac432c0
commit a75b2ba2e5
3 changed files with 14 additions and 29 deletions

View File

@@ -490,8 +490,6 @@ public:
const std::vector<u8> &cmp, u32 delay,
rose_literal_table table);
bool hasLiteral(const ue2_literal &s, rose_literal_table table) const;
u32 getNewLiteralId(void);
void removeVertices(const std::vector<RoseVertex> &dead);