Skip to content

Commit

Permalink
Remove AutoHeaders.RECURSIVE_GLOB
Browse files Browse the repository at this point in the history
Summary: In the previous diff I removed the last usage of this "feature". Now that it has been removed, let's clean up all the supporting code.

Reviewed By: zertosh

Differential Revision: D63264958

fbshipit-source-id: 35d83937c55c3a062146ea6cdb2d66dc90b271c9
  • Loading branch information
bigfootjon authored and facebook-github-bot committed Oct 1, 2024
1 parent 6bce3d3 commit f3b6c1b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions shim/build_defs/auto_headers.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@ load("@prelude//utils:buckconfig.bzl", "read_choice")

AutoHeaders = struct(
NONE = "none",
# Uses a recursive glob to resolve all transitive headers under the given
# directory.
RECURSIVE_GLOB = "recursive_glob",
# Infer headers from sources of the rule.
SOURCES = "sources",
)

_VALUES = [
AutoHeaders.NONE,
AutoHeaders.RECURSIVE_GLOB,
AutoHeaders.SOURCES,
]

Expand Down

0 comments on commit f3b6c1b

Please sign in to comment.