fix(os): windows compile 3.0.

This commit is contained in:
afwerar 2022-04-22 10:21:39 +08:00
parent fc24521621
commit c80da6133a
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@
#define _DEFAULT_SOURCE
#include "os.h"
char *tsProcPath = NULL;
int32_t taosNewProc(char **args) {
#ifdef WINDOWS
return 0;