X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6842d18650b487249b4ae29d0d7e17231b24cde8..d2f5093319b09251870da78e5578eec55942a531:/src/common/memory.cpp?ds=sidebyside diff --git a/src/common/memory.cpp b/src/common/memory.cpp index a50a601380..d30fc10ee8 100644 --- a/src/common/memory.cpp +++ b/src/common/memory.cpp @@ -1004,8 +1004,6 @@ void operator delete (void * buf) #if defined(__VISUALC__) && (__VISUALC__ >= 1200) void operator delete(void* pData, wxChar* /* fileName */, int /* lineNum */) { -// ::operator delete(pData); - // JACS 21/11/1998: surely we need to call wxDebugFree? wxDebugFree(pData, FALSE); } // New operator 21/11/1998