summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/pierrec/lz4/v3/debug_stub.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/pierrec/lz4/v3/debug_stub.go')
-rw-r--r--vendor/github.com/pierrec/lz4/v3/debug_stub.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/github.com/pierrec/lz4/v3/debug_stub.go b/vendor/github.com/pierrec/lz4/v3/debug_stub.go
deleted file mode 100644
index 44211ad964..0000000000
--- a/vendor/github.com/pierrec/lz4/v3/debug_stub.go
+++ /dev/null
@@ -1,7 +0,0 @@
-// +build !lz4debug
-
-package lz4
-
-const debugFlag = false
-
-func debug(args ...interface{}) {}