fix(os): windows compile 3.0.
This commit is contained in:
parent
fc24521621
commit
c80da6133a
|
@ -17,8 +17,6 @@
|
|||
#define _DEFAULT_SOURCE
|
||||
#include "os.h"
|
||||
|
||||
char *tsProcPath = NULL;
|
||||
|
||||
int32_t taosNewProc(char **args) {
|
||||
#ifdef WINDOWS
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue