Signed-Off-By: commit-hook
@@ -244,12 +244,7 @@ static int check_zero_ref(const char *path)
#else
-unsigned long GetTickCount()
-{
- struct timespec ts;
- clock_gettime(CLOCK_MONOTONIC, &ts);
- return (ts.tv_sec * 1000 + ts.tv_nsec / 1000000);
-}
+
int changeFileAtt(const char* path)
{
@@ -50,7 +50,6 @@ struct upload_dir_t {
#ifdef RVC_OS_WIN
- unsigned long GetTickCount();
int changeFileAtt(const char* path);
long getLinuxFileCTime(const char* fileName);
#endif // RVC_OS_WIN