Skip to content

Commit

Permalink
[antlir][codemod] remove 'all_images_in_package_use_default_os' calls
Browse files Browse the repository at this point in the history
Summary:
This has been globally enabled for a while with this function as a no-op.
Remove all calls to it so the following diff can remove the function entirely.

Test Plan: testhard

Reviewed By: naveedgol

Differential Revision: D68722714

fbshipit-source-id: 637f9614f441f674e2f298726ca23f7a5543c1c3
  • Loading branch information
vmagro authored and facebook-github-bot committed Jan 27, 2025
1 parent afe6540 commit 941dca1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions PACKAGE
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
load("//antlir/antlir2/os:package.bzl", "all_images_in_package_use_default_os")

all_images_in_package_use_default_os()
3 changes: 0 additions & 3 deletions antlir/PACKAGE
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
load("//antlir/antlir2/os:package.bzl", "all_images_in_package_use_default_os")

all_images_in_package_use_default_os()

0 comments on commit 941dca1

Please sign in to comment.