From 94ddf6c7fc7803d1d198886a1239ab2bdfe1f214 Mon Sep 17 00:00:00 2001 From: Benjamin Hindman Date: Fri, 10 Jul 2020 17:21:28 -0700 Subject: [PATCH] Removed unnecessary load. --- bazel/stout_grpc_deps.bzl | 1 - 1 file changed, 1 deletion(-) diff --git a/bazel/stout_grpc_deps.bzl b/bazel/stout_grpc_deps.bzl index 9b4a1c6..8df425c 100644 --- a/bazel/stout_grpc_deps.bzl +++ b/bazel/stout_grpc_deps.bzl @@ -1,7 +1,6 @@ """Load dependencies needed to compile and test the library as a 3rd-party consumer.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") def stout_grpc_deps(): if "com_github_google_glog" not in native.existing_rules():