From e2480e83a140ce6df3ffa862d52e4bae11efaa57 Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Wed, 16 Oct 2024 08:43:56 -0700 Subject: [PATCH] Remove unused-variable in fbpcs/emp_games/lift/pcf2_calculator/test/CalculatorAppTest.cpp (#2413) Summary: Pull Request resolved: https://github.com/facebookresearch/fbpcs/pull/2413 LLVM-15 has a warning `-Wunused-variable` which we treat as an error because it's so often diagnostic of a code issue. Unused variables can compromise readability or, worse, performance. This diff either (a) removes an unused variable and, possibly, it's associated code or (b) qualifies the variable with `[[maybe_unused]]`. - If you approve of this diff, please use the "Accept & Ship" button :-) Reviewed By: meyering Differential Revision: D64279152 fbshipit-source-id: a5d0a7aaeeb794248a2a96ecc462d60be80b069d --- fbpcs/emp_games/lift/pcf2_calculator/test/CalculatorAppTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/fbpcs/emp_games/lift/pcf2_calculator/test/CalculatorAppTest.cpp b/fbpcs/emp_games/lift/pcf2_calculator/test/CalculatorAppTest.cpp index 8006a34ff..d64f65fa7 100644 --- a/fbpcs/emp_games/lift/pcf2_calculator/test/CalculatorAppTest.cpp +++ b/fbpcs/emp_games/lift/pcf2_calculator/test/CalculatorAppTest.cpp @@ -181,7 +181,6 @@ class CalculatorAppTestFixture auto [communicationAgentFactory0, communicationAgentFactory1] = fbpcf::engine::communication::getSocketAgentFactoryPair(tlsInfo); - int epoch = 1546300800; auto future0 = std::async( runUDPInputProcessorWithScheduler<0>,