Skip to content

Commit 5d415b5

Browse files
yfeldblumfacebook-github-bot
authored andcommitted
cut xplat shim rule folly:turnsequencer
Reviewed By: dtolnay Differential Revision: D77836125 fbshipit-source-id: ea63bacf1f74f63862996006051d0c190b65f25d
1 parent f5148d8 commit 5d415b5

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

folly/BUCK

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -602,16 +602,6 @@ non_fbcode_target(
602602
],
603603
)
604604

605-
# Legacy alias
606-
non_fbcode_target(
607-
_kind = folly_xplat_library,
608-
name = "turnsequencer",
609-
feature = triage_InfrastructureSupermoduleOptou,
610-
deps = [
611-
"//xplat/folly/detail:turn_sequencer",
612-
],
613-
)
614-
615605
non_fbcode_target(
616606
_kind = folly_xplat_library,
617607
name = "portability_stdlib",
@@ -3324,7 +3314,6 @@ non_fbcode_target(
33243314
"//xplat/folly:synchronization_lifo_sem",
33253315
"//xplat/folly:synchronized",
33263316
"//xplat/folly:traits",
3327-
"//xplat/folly:turnsequencer",
33283317
"//xplat/folly:unit",
33293318
"//xplat/folly/concurrency:concurrent_hash_map",
33303319
"//xplat/folly/concurrency:priority_unbounded_queue_set",
@@ -3334,6 +3323,7 @@ non_fbcode_target(
33343323
"//xplat/folly/container:evicting_cache_map",
33353324
"//xplat/folly/container:foreach",
33363325
"//xplat/folly/detail:socket_fast_open",
3326+
"//xplat/folly/detail:turn_sequencer",
33373327
"//xplat/folly/executors:cpu_thread_pool_executor",
33383328
"//xplat/folly/executors:global_executor",
33393329
"//xplat/folly/executors:inline_executor",
@@ -3496,7 +3486,7 @@ non_fbcode_target(
34963486
"//xplat/folly:portability_sys_mman",
34973487
"//xplat/folly:singleton",
34983488
"//xplat/folly:try",
3499-
"//xplat/folly:turnsequencer",
3489+
"//xplat/folly/detail:turn_sequencer",
35003490
"//xplat/folly/executors:executor_with_priority",
35013491
"//xplat/folly/executors:inline_executor",
35023492
"//xplat/folly/executors:manual_executor",

folly/somerge_defs.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Generated by xplat/cross_plat_devx/somerge_maps/compute_merge_maps.py
44
5-
@generated SignedSource<<25915d22392c44c46eb71b6b6fef6ed9>>
5+
@generated SignedSource<<6cd948fb1f3af39beaddfb5f9f9ab222>>
66
"""
77

88
# Entry Points:
@@ -366,7 +366,7 @@ FOLLY_BASE_NATIVE_LIBRARY_MERGE_MAP = [
366366
"fbsource//xplat/folly:thread_cached_intAndroid",
367367
"fbsource//xplat/folly:thread_localAndroid",
368368
"fbsource//xplat/folly:tryAndroid",
369-
"fbsource//xplat/folly:turnsequencerAndroid",
369+
"fbsource//xplat/folly/detail:turn_sequencerAndroid",
370370
"fbsource//xplat/folly:unicodeAndroid",
371371
"fbsource//xplat/folly:uriAndroid",
372372
"fbsource//xplat/folly:varintAndroid",

0 commit comments

Comments
 (0)