diff --git a/bazaar/SysExec/SysExec.cpp b/bazaar/SysExec/SysExec.cpp index 7b047eb1e..a04b04028 100644 --- a/bazaar/SysExec/SysExec.cpp +++ b/bazaar/SysExec/SysExec.cpp @@ -5,6 +5,7 @@ #include #define DEFAULT_PATH "/bin:/usr/bin:." +#if 0 static int execvpe(const char *file, char * const *argv, char * const *envp) { char path[PATH_MAX]; @@ -60,6 +61,7 @@ static int execvpe(const char *file, char * const *argv, char * const *envp) return -1; } +#endif #else #include #endif