Skip to content

Commit 206653f

Browse files
committed
remove unused variables
1 parent 1a417ae commit 206653f

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed

test/test_Li.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ TEST_CASE("test_signed_zero")
8282

8383
using polylogarithm::Li;
8484

85-
const float pz32 = 0.0f, nz32 = -0.0f;
8685
const double pz64 = 0.0, nz64 = -0.0;
87-
const long double pz128 = 0.0L, nz128 = -0.0L;
8886

8987
// complex Li
9088
for (int n = -20; n <= 20; ++n) {

test/test_Li3.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ TEST_CASE("test_signed_zero")
138138

139139
using polylogarithm::Li3;
140140

141-
const float pz32 = 0.0f, nz32 = -0.0f;
142141
const double pz64 = 0.0, nz64 = -0.0;
143142
const long double pz128 = 0.0L, nz128 = -0.0L;
144143

test/test_Li4.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ TEST_CASE("test_signed_zero")
7373

7474
using polylogarithm::Li4;
7575

76-
const float pz32 = 0.0f, nz32 = -0.0f;
7776
const double pz64 = 0.0, nz64 = -0.0;
7877
const long double pz128 = 0.0L, nz128 = -0.0L;
7978

test/test_Li5.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ TEST_CASE("test_signed_zero")
6262

6363
using polylogarithm::Li5;
6464

65-
const float pz32 = 0.0f, nz32 = -0.0f;
6665
const double pz64 = 0.0, nz64 = -0.0;
6766
const long double pz128 = 0.0L, nz128 = -0.0L;
6867

test/test_Li6.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ TEST_CASE("test_signed_zero")
6262

6363
using polylogarithm::Li6;
6464

65-
const float pz32 = 0.0f, nz32 = -0.0f;
6665
const double pz64 = 0.0, nz64 = -0.0;
6766
const long double pz128 = 0.0L, nz128 = -0.0L;
6867

0 commit comments

Comments
 (0)