Skip to content

Commit 2546269

Browse files
committed
Remove unused local variable
1 parent c49f43e commit 2546269

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/ArgumentTests.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ TEST(ArgumentsCase, TaskStateEnumConstexpr)
213213
{
214214
using namespace std::literals;
215215

216-
const auto values = today::getTaskStateValues();
217216
constexpr auto actual =
218217
internal::sorted_map_lookup<internal::shorter_or_less>(today::getTaskStateValues(),
219218
"Started"sv);

0 commit comments

Comments
 (0)