Skip to content

Commit

Permalink
[easy][antlir] more dead code in build_defs (facebookincubator#215)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebookincubator#215

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 21, 2024
1 parent fe6dfcb commit b404d0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions antlir/bzl/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -254,17 +254,14 @@ buck_filegroup = shim.buck_filegroup
buck_genrule = shim.buck_genrule
buck_sh_binary = shim.buck_sh_binary
buck_sh_test = shim.buck_sh_test
buck_worker_tool = shim.buck_worker_tool
config = shim.config
export_file = shim.export_file
get_visibility = shim.get_visibility
http_file = shim.http_file
http_archive = shim.http_archive
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 Down

0 comments on commit b404d0e

Please sign in to comment.