Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Removed unnecessary load.
Browse files Browse the repository at this point in the history
  • Loading branch information
benh committed Jul 11, 2020
1 parent 184ea9c commit 94ddf6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bazel/stout_grpc_deps.bzl
Original file line number Diff line number Diff line change
@@ -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():
Expand Down

0 comments on commit 94ddf6c

Please sign in to comment.