]> Creatis software - clitk.git/blobdiff - segmentation/clitkExtractLymphStationsFilter.txx
Remove warnings
[clitk.git] / segmentation / clitkExtractLymphStationsFilter.txx
index 68b81eebe3cb220f36e2cc15039621dceda0f05a..98768b278bfdaf105662efb118684db4d5c2713d 100644 (file)
@@ -205,10 +205,10 @@ CheckForStation(std::string station)
   // Check if station already exist in DB
   
   // FIXME -> do nothing if not on the command line. Is it what I want ?
-  bool found = false;
+  //bool found = false;
   if (this->GetAFDB()->TagExist(s)) {
     m_ListOfStations[station] = this->GetAFDB()->template GetImage<MaskImageType>(s);
-    found = true;
+    //found = true;
   }
 
 }