From ed5215dc87067b741167b0a4f29c6feeafd5857c Mon Sep 17 00:00:00 2001 From: Craig Tiller <ctiller@google.com> Date: Thu, 20 Oct 2016 10:49:13 -0700 Subject: [PATCH] fix merge --- grpc-build-system.bzl | 3 --- 1 file changed, 3 deletions(-) diff --git a/grpc-build-system.bzl b/grpc-build-system.bzl index 393aa42ca0..0ef3a0ea07 100644 --- a/grpc-build-system.bzl +++ b/grpc-build-system.bzl @@ -28,8 +28,6 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -def grpc_cc_library(name, srcs = [], hdrs = [], deps = [], standalone = False, language = "C++"): -======= # # This is for the gRPC build system. This isn't intended to be used outsite of # the BUILD file for gRPC. It contains the mapping for the template system we @@ -37,7 +35,6 @@ def grpc_cc_library(name, srcs = [], hdrs = [], deps = [], standalone = False, l # def grpc_cc_library(name, srcs = [], public_hdrs = [], hdrs = [], external_deps = [], deps = [], standalone = False, language = "C++"): ->>>>>>> e8dbd8aaae5d813546abe4956361c4e6512d8c88 copts = [] if language == "C": copts = ["-std=c99"] -- GitLab