X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/66b6b04535cf261b7bae7da77332835b242abd04..55c56a6d80f0ee4a4bf2add6ba1f62c02cbfc23e:/src/common/filefn.cpp diff --git a/src/common/filefn.cpp b/src/common/filefn.cpp index f8f4989918..cc53efde61 100644 --- a/src/common/filefn.cpp +++ b/src/common/filefn.cpp @@ -110,10 +110,6 @@ // constants // ---------------------------------------------------------------------------- -#if defined(__VISAGECPP__) && __IBMCPP__ >= 400 -const off_t wxInvalidOffset = (off_t)-1; -#endif - #define _MAXPATHLEN 500 extern wxChar *wxBuffer;