Skip to content

Commit

Permalink
Removed code which got commented-out
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Apr 22, 2024
1 parent 236c62e commit 8e707bb
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -2707,10 +2707,6 @@ static final <I, O> LiftFunction<I, O> liftScannable(
// top of a custom Publisher so that user's lifter can also see
// have the Context properly restored to ThreadLocal values.
(pub, sub) -> {
// CoreSubscriber<? super I> userLiftedSub =
// lifter.apply(Scannable.from(pub),
// restoreContextOnSubscriberIfAutoCPEnabledInLift(pub, sub));
// return restoreContextOnSubscriberIfAutoCPEnabledInLift(pub, userLiftedSub);
CoreSubscriber<? super I> userLiftedSub =
lifter.apply(Scannable.from(pub),
restoreContextOnSubscriberIfAutoCPEnabled(pub, sub));
Expand Down

0 comments on commit 8e707bb

Please sign in to comment.