Remove unused bazel rule (#376)

This commit is contained in:
Dave Abrahams
2021-03-17 10:51:16 -07:00
committed by GitHub
parent c4252d1c6d
commit 71a8d072b4
+1 -1
View File
@@ -2,7 +2,7 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library")
load("@rules_cc//cc:defs.bzl", "cc_library")
package(default_visibility = ["//executable_semantics:__subpackages__"])