mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
fix qhelp and remove commented out code
This commit is contained in:
@@ -83,7 +83,6 @@ private predicate virtualRouteMapping(string virtualRoute, string physicalRoute)
|
||||
physicalLit = mapPageRouteCall.getArgument(2) and
|
||||
virtualLit.getValue() = virtualRoute and
|
||||
physicalLit.getValue() = physicalRoute
|
||||
// physicalRouteMatches(physicalLit.getValue(), physicalRoute)
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user