From b8f3122ee9aeee56fc8a9210ce220a446c9dbf39 Mon Sep 17 00:00:00 2001 From: Russell Hancox Date: Tue, 5 Nov 2019 08:43:37 -0500 Subject: [PATCH] santad: Don't need macos_command_line_application anymore --- Source/santad/BUILD | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Source/santad/BUILD b/Source/santad/BUILD index 50a7ffba..136fd5e1 100644 --- a/Source/santad/BUILD +++ b/Source/santad/BUILD @@ -1,8 +1,4 @@ -load( - "@build_bazel_rules_apple//apple:macos.bzl", - "macos_bundle", - "macos_command_line_application", -) +load("@build_bazel_rules_apple//apple:macos.bzl", "macos_bundle") load("//:helper.bzl", "santa_unit_test") licenses(["notice"]) # Apache 2.0