mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-16 01:12:15 +03:00
Don't shadow names
This commit is contained in:
@@ -416,8 +416,8 @@ bool isDirectHighlander(const RoseBuildImpl &build, const u32 id,
|
||||
return false;
|
||||
}
|
||||
|
||||
auto is_simple_exhaustible = [&build](ReportID id) {
|
||||
const Report &report = build.rm.getReport(id);
|
||||
auto is_simple_exhaustible = [&build](ReportID rid) {
|
||||
const Report &report = build.rm.getReport(rid);
|
||||
return isSimpleExhaustible(report);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user