Skip to content

Commit 1a2ea86

Browse files
author
Harini Malothu
committed
update code to remove ex variable
1 parent 8e9b637 commit 1a2ea86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vnext/Mso/src/dispatchQueue/threadPoolScheduler_win.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ ThreadPoolSchedulerWin *ThreadPoolSchedulerWinContext::CurrentScheduler() noexce
279279

280280
// Return the scheduler if everything is good
281281
return scheduler;
282-
} catch (const std::exception& ex) {
282+
} catch (const std::exception&) {
283283
// Catch any exceptions from Verify and return nullptr
284284
return nullptr;
285285
}

0 commit comments

Comments
 (0)