@@ -143,7 +143,6 @@ static bool IsValidPlayTime(const char* pstrStartTime, const char* pstrEndTime)
if (NULL == pstrStartTime || NULL == pstrEndTime) {
return false;
}
-#ifndef DEVOPS_ON_ST
SYSTEMTIME st;
GetLocalTime(&st);
@@ -153,7 +152,6 @@ static bool IsValidPlayTime(const char* pstrStartTime, const char* pstrEndTime)
bRet = false;
-#endif
return bRet;