Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5c92430

Browse files
author
Felicity Chapman
committed
Remove incorrect comment from query
1 parent 9ce1a2a commit 5c92430

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cpp/ql/src/Critical/NotInitialised.ql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
*/
1010
import cpp
1111

12-
// This query is the JSF version
13-
//
14-
// (see also InitialisationNotRun.ql and GlobalUseBeforeInit.ql)
12+
// See also InitialisationNotRun.ql and GlobalUseBeforeInit.ql
1513

1614
// Holds if s defines variable v (conservative)
1715
predicate defines(ControlFlowNode s, Variable lv) {

0 commit comments

Comments
 (0)