rose: make groupByFragment local

This commit is contained in:
Justin Viiret 2017-01-31 12:25:11 +11:00 committed by Matthew Barr
parent a5b3bc814f
commit 6bf35cb637
2 changed files with 1 additions and 2 deletions

View File

@ -4649,6 +4649,7 @@ rose_literal_id getFragment(const rose_literal_id &lit) {
return frag;
}
static
map<u32, LitFragment> groupByFragment(const RoseBuildImpl &build) {
u32 frag_id = 0;
map<u32, LitFragment> final_to_frag;

View File

@ -651,8 +651,6 @@ void normaliseLiteralMask(const ue2_literal &s, std::vector<u8> &msk,
bool canImplementGraphs(const RoseBuildImpl &tbi);
#endif
std::map<u32, LitFragment> groupByFragment(const RoseBuildImpl &build);
} // namespace ue2
#endif /* ROSE_BUILD_IMPL_H_17E20A3C6935D6 */