[mpp_log]: remove unused function

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@424 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2015-10-22 16:35:10 +00:00
parent 60d08d2144
commit bcf9d5cb60

View File

@@ -145,7 +145,6 @@ RK_U32 mpp_log_get_flag();
void _mpp_log(const char *tag, const char *fmt, const char *func, ...);
void _mpp_err(const char *tag, const char *fmt, const char *func, ...);
void __mpp_dbg(RK_U32 debug, RK_U32 flag, const char *tag, const char *fmt, const char *func, ...);
#ifdef __cplusplus
}