OSDN Git Service

remove redundant extern reference from QHash benchmark
authorIvailo Monev <xakepa10@laimg.moc>
Thu, 11 Jul 2019 15:15:00 +0000 (15:15 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Thu, 11 Jul 2019 15:15:00 +0000 (15:15 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
tests/benchmarks/core/tools/qhash/qhash_string.cpp

index d5f9718..1392d6d 100644 (file)
@@ -89,7 +89,6 @@ private:
 };
 
 const int N = 1000000;
-extern double s;
 
 ///////////////////// QHash /////////////////////