rose: make assignGroupsToRoles a free function

This commit is contained in:
Justin Viiret
2016-06-02 13:52:29 +10:00
committed by Matthew Barr
parent de201997b7
commit 89dbbe6c53
4 changed files with 11 additions and 10 deletions

View File

@@ -439,10 +439,6 @@ public:
// Find the maximum bound on the edges to this vertex's successors.
u32 calcSuccMaxBound(RoseVertex u) const;
// Assign roles to groups, writing the groups bitset into each role in the
// graph.
void assignGroupsToRoles();
/* Returns the ID of the given literal in the literal map, adding it if
* necessary. */
u32 getLiteralId(const ue2_literal &s, u32 delay, rose_literal_table table);