mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 10:34:25 +03:00
Don't shadow names
This commit is contained in:
@@ -511,8 +511,8 @@ bool RoseBuildImpl::isDirectReport(u32 id) const {
|
||||
}
|
||||
|
||||
// Use the program to handle cases that aren't external reports.
|
||||
for (const ReportID &id : g[v].reports) {
|
||||
if (!isExternalReport(rm.getReport(id))) {
|
||||
for (const ReportID &rid : g[v].reports) {
|
||||
if (!isExternalReport(rm.getReport(rid))) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user