fix qhelp and remove commented out code

This commit is contained in:
Joe Farebrother
2023-06-22 11:20:58 +01:00
parent 8fdec4f116
commit 270bcc3740
2 changed files with 1 additions and 2 deletions

View File

@@ -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)
)
}