From 08184da293ab8c0d3627ac426fcba0093a7bf932 Mon Sep 17 00:00:00 2001 From: huangyongan Date: Mon, 24 Apr 2023 12:28:10 +0800 Subject: [PATCH] delete useless code --- main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index d587fb0..c1756bb 100644 --- a/main.cpp +++ b/main.cpp @@ -2,7 +2,6 @@ #include #include #include -#include #define K_VISION_DIR "/hard/k_vision" #define AI_VISION_DIR "/hard/ai_vision" @@ -47,7 +46,7 @@ std::vector get_file_paths(const std::string& strDir) return vs; } -std::vector get_search_paths(const std::string& strFileName, int nBeginTime = 8, int nEndTime = 12) +std::vector get_search_paths(const std::string& strFileName, int nBeginTime, int nEndTime) { std::vector vs; if (strFileName.empty())