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

@@ -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 */