From d0d084dd8ce37141e0a2f0e9def78ffbb613ab94 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Thu, 25 Feb 2021 20:47:21 +0100 Subject: turn hidden --trace into a NOP The --trace has helped in early stages analyze Podman code. However, it's contributing to dependency and binary bloat. The standard go tooling can also help in profiling, so let's turn `--trace` into a NOP. [NO TESTS NEEDED] Signed-off-by: Valentin Rothberg --- vendor/github.com/opentracing/opentracing-go/.gitignore | 1 - 1 file changed, 1 deletion(-) delete mode 100644 vendor/github.com/opentracing/opentracing-go/.gitignore (limited to 'vendor/github.com/opentracing/opentracing-go/.gitignore') diff --git a/vendor/github.com/opentracing/opentracing-go/.gitignore b/vendor/github.com/opentracing/opentracing-go/.gitignore deleted file mode 100644 index c57100a59..000000000 --- a/vendor/github.com/opentracing/opentracing-go/.gitignore +++ /dev/null @@ -1 +0,0 @@ -coverage.txt -- cgit v1.2.3-54-g00ecf