Skip to content

Commit

Permalink
bazel(tools/dreal.bzl): Remove hdrs from dreal_cc_binary
Browse files Browse the repository at this point in the history
  • Loading branch information
soonhokong committed Dec 23, 2023
1 parent 28117b0 commit f93bdcc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/dreal.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def dreal_pybind_library(

def dreal_cc_binary(
name,
hdrs = None,
srcs = None,
deps = None,
copts = [],
Expand All @@ -180,7 +179,6 @@ def dreal_cc_binary(
"""
native.cc_binary(
name = name,
hdrs = hdrs,
srcs = srcs,
deps = deps,
copts = _platform_copts(copts),
Expand All @@ -191,7 +189,6 @@ def dreal_cc_binary(
if add_test_rule:
dreal_cc_test(
name = name + "_test",
hdrs = hdrs,
srcs = srcs,
deps = deps,
copts = copts,
Expand Down

0 comments on commit f93bdcc

Please sign in to comment.