From 62a465253c96a666a8dfbf099a45aeaae6c975bd Mon Sep 17 00:00:00 2001
From: 554325746@qq.com <554325746@qq.com>
Date: 星期三, 11 三月 2020 11:00:49 +0800
Subject: [PATCH] bug fixed file retry

---
 csrc/common/callback.hpp |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/csrc/common/callback.hpp b/csrc/common/callback.hpp
index c65b4d4..f1a867a 100644
--- a/csrc/common/callback.hpp
+++ b/csrc/common/callback.hpp
@@ -4,9 +4,6 @@
 #include <string>
 #include <functional>
 
-typedef std::function<void(std::string&, int&)> FUNC_REC;
-typedef std::function<void(void*,int,int)> FUNC_DEC;
-
 typedef std::function<void(std::string &id, int &id_frame, std::string &file_path)> FUNC_REC_INFO;
 
 #endif /* callback_h */

--
Gitblit v1.8.0