mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Remove incorrect comment from query
This commit is contained in:
@@ -9,9 +9,7 @@
|
||||
*/
|
||||
import cpp
|
||||
|
||||
// This query is the JSF version
|
||||
//
|
||||
// (see also InitialisationNotRun.ql and GlobalUseBeforeInit.ql)
|
||||
// See also InitialisationNotRun.ql and GlobalUseBeforeInit.ql
|
||||
|
||||
// Holds if s defines variable v (conservative)
|
||||
predicate defines(ControlFlowNode s, Variable lv) {
|
||||
|
||||
Reference in New Issue
Block a user