mirror of https://github.com/bazelbuild/rules_cc
Get rid of unused objcpp_executable type
PiperOrigin-RevId: 539637641 Change-Id: I80f65a738e77b58054121bfe19a47659fb50fc42
This commit is contained in:
parent
7f0992b0bd
commit
1dbb691712
|
@ -80,9 +80,6 @@ OBJCPP_COMPILE_ACTION_NAME = "objc++-compile"
|
|||
# A string constant for the objc executable link action.
|
||||
OBJC_EXECUTABLE_ACTION_NAME = "objc-executable"
|
||||
|
||||
# A string constant for the objc++ executable link action.
|
||||
OBJCPP_EXECUTABLE_ACTION_NAME = "objc++-executable"
|
||||
|
||||
# A string constant for the objc fully-link link action.
|
||||
OBJC_FULLY_LINK_ACTION_NAME = "objc-fully-link"
|
||||
|
||||
|
@ -113,7 +110,6 @@ ACTION_NAMES = struct(
|
|||
objc_executable = OBJC_EXECUTABLE_ACTION_NAME,
|
||||
objc_fully_link = OBJC_FULLY_LINK_ACTION_NAME,
|
||||
objcpp_compile = OBJCPP_COMPILE_ACTION_NAME,
|
||||
objcpp_executable = OBJCPP_EXECUTABLE_ACTION_NAME,
|
||||
clif_match = CLIF_MATCH_ACTION_NAME,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue