]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commitdiff
Remove unused bool switches that correspond to CMake switches
authorMichal Sojka <michal.sojka@cvut.cz>
Wed, 19 Sep 2018 22:47:33 +0000 (00:47 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Thu, 20 Sep 2018 13:51:40 +0000 (15:51 +0200)
src/kcf.h

index aef3b5cd05b160d2687330961fa97cf33b70b7b5..72de67904db7b81e9b5d1a11e7a599bbc0a16224 100644 (file)
--- a/src/kcf.h
+++ b/src/kcf.h
@@ -60,20 +60,10 @@ public:
     bool m_debug     {false};
     bool m_use_scale {true};
     bool m_use_color {true};
-#ifdef ASYNC
-    bool m_use_multithreading {true};
-#else
-    bool m_use_multithreading {false};
-#endif //ASYNC
     bool m_use_subpixel_localization {true};
     bool m_use_subgrid_scale {true};
     bool m_use_cnfeat {true};
     bool m_use_linearkernel {false};
-#ifdef CUFFT
-    bool m_use_cuda {true};
-#else
-    bool m_use_cuda {false};
-#endif
 
     /*
     padding             ... extra area surrounding the target           (1.5)