Skip to content

Commit 2f637e2

Browse files
committed
Remove unused variable
1 parent b8bd98e commit 2f637e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

go/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ clean:
2727
rm -rf tools/bin tools/linux64 tools/osx64 tools/win64 tools/net tools/opencsv
2828
rm -rf $(EXTRACTOR_PACK_OUT) build/stats build/testdb
2929

30-
DATAFLOW_BRANCH=main
31-
3230
autoformat:
3331
find ql -iregex '.*\.qll?' -print0 | xargs -0 codeql query format -qq -i
3432
find . -path '**/vendor' -prune -or -type f -iname '*.go' ! -empty -print0 | xargs -0 grep -L "//\s*autoformat-ignore" | xargs gofmt -w

0 commit comments

Comments
 (0)