From 2a8c43873c9d4c0097f2cda0522e5a1cb1492b5d Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 20 Nov 2013 22:26:19 +0100 Subject: [PATCH 1/1] Remove unused static function. --- src/surf/cpu_ti.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/surf/cpu_ti.cpp b/src/surf/cpu_ti.cpp index 922c9c7dbd..56329d5eb4 100644 --- a/src/surf/cpu_ti.cpp +++ b/src/surf/cpu_ti.cpp @@ -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_ */ -- 2.20.1