Skip to content

Commit

Permalink
Drop select() for unnecessary win32 deps
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <[email protected]>
Co-authored-by: William A Rowe Jr <[email protected]>
Co-authored-by: Sunjay Bhatia <[email protected]>
  • Loading branch information
sunjayBhatia and wrowe committed Feb 7, 2020
1 parent 972a6bd commit afa767e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/common/api/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,5 @@ envoy_cc_library(
deps = [
"//include/envoy/api:os_sys_calls_interface",
"//source/common/singleton:threadsafe_singleton",
] + select({
"//conditions:default": [],
}),
],
)

0 comments on commit afa767e

Please sign in to comment.