Skip to content

Commit

Permalink
Clean up xplat/folly/container redirects
Browse files Browse the repository at this point in the history
Summary:
Cleans up redirects for xplat/folly/container targets including:
```
//xplat/folly/container:bit_iterator
//xplat/folly/container:f14_hash
//xplat/folly/container:evicting_cache_map
//xplat/folly/container:enumerate
//xplat/folly/container:foreach
```

Reviewed By: Gownta

Differential Revision: D40954195

fbshipit-source-id: c14bfa572a9316cb0262a98f183adb457d0797f2
  • Loading branch information
Mitch Powell authored and facebook-github-bot committed Nov 4, 2022
1 parent cf55e4a commit 44f3234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReactCommon/butter/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ rn_xplat_cxx_library(
deps = [
"//third-party/glog:glog",
"//xplat/fbsystrace:fbsystrace",
"//xplat/folly:container_f14_hash",
"//xplat/folly:memory",
"//xplat/folly:shared_mutex",
"//xplat/folly:small_vector",
"//xplat/folly/container:f14_hash",
],
)
2 changes: 1 addition & 1 deletion ReactCommon/react/utils/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ rn_xplat_cxx_library(
tests = [],
visibility = ["PUBLIC"],
deps = [
"//xplat/folly:container_evicting_cache_map",
"//xplat/folly/container:evicting_cache_map",
"//xplat/jsi:jsi",
react_native_xplat_target("butter:butter"),
react_native_xplat_target("react/debug:debug"),
Expand Down

0 comments on commit 44f3234

Please sign in to comment.