summaryrefslogtreecommitdiff
path: root/dlltest.cpp
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2006-09-06 09:04:22 +0000
committerweidai <weidai11@users.noreply.github.com>2006-09-06 09:04:22 +0000
commit384b208e5469b12dd0319d84d6e76c2d843481fa (patch)
tree03629012b142980bd1f655398d1eabf4d95053d9 /dlltest.cpp
parentb3826418aa13e9788f46d39ef2084e9498f5cfa2 (diff)
downloadcryptopp-git-384b208e5469b12dd0319d84d6e76c2d843481fa.tar.gz
remove extraneous code
Diffstat (limited to 'dlltest.cpp')
-rw-r--r--dlltest.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/dlltest.cpp b/dlltest.cpp
index 108e4476..85b8bdd6 100644
--- a/dlltest.cpp
+++ b/dlltest.cpp
@@ -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