Skip to content

Commit

Permalink
Fix unused variable error (#24117)
Browse files Browse the repository at this point in the history
Summary:

Some builds were failing due to this unused variable which was imported as part of D65695576.
https://www.internalfb.com/sandcastle/workflow/3868592079916467326

Reviewed By: yuandagits

Differential Revision: D66350671
  • Loading branch information
HeidiHan0000 authored and facebook-github-bot committed Nov 22, 2024
1 parent 300ca07 commit 9306a9a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,6 @@ DEBUG_ONLY_TEST_P(TaskManagerTest, fecthFromArbitraryOutput) {
const protocol::Duration longWait("10s");
const auto maxSize = protocol::DataSize("1024MB");
auto expiredRequestState = http::CallbackRequestHandlerState::create();
auto consumeCompleted = false;
// Consume from destination 0 to simulate the case that the http request has
// expired while destination has notify setup.
auto expiredResultWait = taskManager_->getResults(
Expand Down

0 comments on commit 9306a9a

Please sign in to comment.