bazel: Remove unused COPTS variable

This commit is contained in:
Mizux Seiha
2020-12-22 10:10:12 +01:00
parent e166793bd7
commit 63eb4eef21
2 changed files with 0 additions and 4 deletions

View File

@@ -7,8 +7,6 @@ package(
default_visibility = ["//visibility:public"],
)
COPTS=["-std=c++17"]
proto_library(
name = "sat_parameters_proto",
srcs = ["sat_parameters.proto"],

View File

@@ -1,7 +1,5 @@
load(":code_samples.bzl", "code_sample_cc")
COPTS=["-std=c++17"]
code_sample_cc(name = "assignment_sat")
code_sample_cc(name = "binpacking_problem_sat")