Skip to content

Commit 1731d39

Browse files
committed
Remove sync-dataflow-libraries from go makefile
1 parent 818f028 commit 1731d39

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

go/Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,3 @@ build/testdb/go.dbscheme: ql/lib/upgrades/initial/go.dbscheme
132132
rm -rf build/testdb
133133
echo >build/empty.trap
134134
codeql dataset import -S ql/lib/upgrades/initial/go.dbscheme build/testdb build/empty.trap
135-
136-
.PHONY: sync-dataflow-libraries
137-
sync-dataflow-libraries:
138-
for f in DataFlowImpl.qll DataFlowImpl2.qll DataFlowImplCommon.qll tainttracking1/TaintTrackingImpl.qll tainttracking2/TaintTrackingImpl.qll FlowSummaryImpl.qll AccessPathSyntax.qll;\
139-
do\
140-
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;\
141-
done

0 commit comments

Comments
 (0)