X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2ddee86fe73c5ae8edc59871fea9f40e84cbc2d..418b74a078f6502deff7ad4a4d562b9cc496774d:/src/unix/utilsunx.cpp diff --git a/src/unix/utilsunx.cpp b/src/unix/utilsunx.cpp index 4cb88a61b9..445f88b9fa 100644 --- a/src/unix/utilsunx.cpp +++ b/src/unix/utilsunx.cpp @@ -253,11 +253,7 @@ long wxExecute( const wxString& command, int flags, wxProcess *process ) argv[argc] = NULL; // do execute the command -#if wxUSE_UNICODE - long lRc = -1; -#else long lRc = wxExecute(argv, flags, process); -#endif // clean up argc = 0;