Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused static function.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 20 Nov 2013 21:26:19 +0000 (22:26 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 20 Nov 2013 21:26:19 +0000 (22:26 +0100)
src/surf/cpu_ti.cpp

index 922c9c7..56329d5 100644 (file)
@@ -998,9 +998,5 @@ double CpuTiAction::getRemains()
   return m_remains;
 }
 
-static void check() {
-  CpuTiActionPtr cupAction = new CpuTiAction(NULL, 0, true);
-}
-
 #endif /* SURF_MODEL_CPUTI_H_ */