diff --git a/BUILD.bazel b/BUILD.bazel index 8d6088e..1955d40 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -1,5 +1,3 @@ -load("@com_grail_bazel_compdb//:aspects.bzl", "compilation_database") - cc_library( name = "spectator", srcs = [ @@ -51,12 +49,3 @@ cc_test( "@com_google_googletest//:gtest", ], ) - -compilation_database( - name = "spectator_compdb", - testonly = True, - targets = [ - ":spectator", - ":spectator_test", - ], -)