Skip to content

Commit

Permalink
[easy][antlir] more dead code in build_defs
Browse files Browse the repository at this point in the history
Summary: You gotta be kidding me

Test Plan:
```
❯ buck targets fbcode//antlir/...
```

Differential Revision: D53968022
  • Loading branch information
vmagro authored and facebook-github-bot committed Feb 20, 2024
1 parent 8601a6b commit 3a82df4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions antlir/bzl/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ is_buck2 = shim.is_buck2
is_facebook = shim.is_facebook
get_cxx_platform_for_current_buildfile = shim.get_cxx_platform_for_current_buildfile
do_not_use_repo_cfg = shim.do_not_use_repo_cfg
rpm_vset = shim.rpm_vset
repository_name = shim.repository_name
target_utils = shim.target_utils
alias = shim.alias
Expand All @@ -275,4 +274,3 @@ third_party = struct(
source = shim.third_party.source,
libraries = _third_party_libraries,
)
thrift_library = shim.thrift_library

0 comments on commit 3a82df4

Please sign in to comment.