diff --git a/tests/utils_tests.cpp b/tests/utils_tests.cpp index a9408c0..f6d9fd7 100644 --- a/tests/utils_tests.cpp +++ b/tests/utils_tests.cpp @@ -29,7 +29,6 @@ using namespace gsl; namespace { -static constexpr char deathstring[] = "Expected Death"; void f(int& i) { i += 1; } static int j = 0; void g() { j += 1; }