From dcc5c441152ca5c2d429769e465b08023a10ec99 Mon Sep 17 00:00:00 2001 From: micio Date: Thu, 24 Jun 2010 08:16:49 +0000 Subject: [PATCH] Removed Exec function, now present in UniStd git-svn-id: svn://ultimatepp.org/upp/trunk@2500 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/SysExec/SysExec.cpp | 2 ++ 1 file changed, 2 insertions(+) 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