Skip to content

Commit 20b9c60

Browse files
committed
Remove DataFlowImplConsistency.qll from makefile
1 parent c779b8f commit 20b9c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ build/testdb/go.dbscheme: ql/lib/upgrades/initial/go.dbscheme
135135

136136
.PHONY: sync-dataflow-libraries
137137
sync-dataflow-libraries:
138-
for f in DataFlowImpl.qll DataFlowImpl2.qll DataFlowImplCommon.qll DataFlowImplConsistency.qll tainttracking1/TaintTrackingImpl.qll tainttracking2/TaintTrackingImpl.qll FlowSummaryImpl.qll AccessPathSyntax.qll;\
138+
for f in DataFlowImpl.qll DataFlowImpl2.qll DataFlowImplCommon.qll tainttracking1/TaintTrackingImpl.qll tainttracking2/TaintTrackingImpl.qll FlowSummaryImpl.qll AccessPathSyntax.qll;\
139139
do\
140140
curl -s -o ./ql/lib/semmle/go/dataflow/internal/$$f https://raw.githubusercontent.com/github/codeql/$(DATAFLOW_BRANCH)/java/ql/lib/semmle/code/java/dataflow/internal/$$f;\
141141
done

0 commit comments

Comments
 (0)