Browse Source

unused variable

Erik Rodner 13 years ago
parent
commit
3664df7ca8
1 changed files with 0 additions and 2 deletions
  1. 0 2
      progs/testImageNetBinaryBruteForce.cpp

+ 0 - 2
progs/testImageNetBinaryBruteForce.cpp

@@ -393,8 +393,6 @@ void inline evaluateSVDD( KCMinimumEnclosingBall *svdd, const NICE::Vector & ker
       Timer tTestSingle;
       tTestSingle.start();
       
-      double score (0.0);
-     
       // In the following, we assume that we are using a Gaussian kernel
       r = svdd->classifyKernel ( kernelVector, 1.0 /* kernel self */ );