mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
rose: make groupByFragment local
This commit is contained in:
parent
a5b3bc814f
commit
6bf35cb637
@ -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;
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user