remove extraneous code

pull/2/head
weidai 2006-09-06 09:04:22 +00:00
parent b3826418aa
commit 384b208e54
1 changed files with 0 additions and 8 deletions

View File

@ -193,14 +193,6 @@ void __cdecl operator delete (void * p)
s_pDelete(p);
}
#else
extern "C" __declspec(dllexport) void __cdecl GetNewAndDeleteForCryptoPP(PNew &pNew, PDelete &pDelete)
{
pNew = &operator new;
pDelete = &operator delete;
}
#endif
#ifdef CRYPTOPP_DLL_ONLY