Skip to content

Commit 4af61ee

Browse files
author
Shai Halevi
committed
removed redundant changes
1 parent f5c71f3 commit 4af61ee

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Test_General.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252

5353
static bool noPrint = false;
5454

55-
extern long total_count0;
56-
extern long total_count1;
57-
extern long total_count2;
58-
5955
void TestIt(long R, long p, long r, long d, long c, long k, long w,
6056
long L, long m, const Vec<long>& gens, const Vec<long>& ords)
6157
{
@@ -213,7 +209,6 @@ void TestIt(long R, long p, long r, long d, long c, long k, long w,
213209
printAllTimers();
214210
std::cout << endl;
215211
}
216-
217212
resetAllTimers();
218213
FHE_NTIMER_START(Check);
219214

0 commit comments

Comments
 (0)