aboutsummaryrefslogtreecommitdiff
path: root/rules/cc/yasm.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cc/yasm.bzl')
-rw-r--r--rules/cc/yasm.bzl1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/cc/yasm.bzl b/rules/cc/yasm.bzl
index 3e38182a..fd3076ba 100644
--- a/rules/cc/yasm.bzl
+++ b/rules/cc/yasm.bzl
@@ -14,7 +14,6 @@ limitations under the License.
"""
load("@bazel_skylib//lib:paths.bzl", "paths")
-load(":cc_object.bzl", "CcObjectInfo", "cc_object")
load("//build/bazel/platforms:platform_utils.bzl", "platforms")
"""Build rule for converting `.asm` files to `.o` files with yasm."""