]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_apple_x509_cl/lib/clNssUtils.cpp
Security-58286.260.20.tar.gz
[apple/security.git] / OSX / libsecurity_apple_x509_cl / lib / clNssUtils.cpp
index bee31697e047a32bf9adfb85b0bc2e6a08103a2d..d94b373d265151446831ce60ceb3fc868bb438e0 100644 (file)
@@ -50,7 +50,6 @@ void *ArenaAllocator::malloc(size_t len) throw(std::bad_alloc)
 /* intentionally not implemented, should never be called */
 void ArenaAllocator::free(void *p) throw()
 {
 /* intentionally not implemented, should never be called */
 void ArenaAllocator::free(void *p) throw()
 {
-       throw std::bad_alloc();
 }
        
 void *ArenaAllocator::realloc(void *p, size_t len) throw(std::bad_alloc)
 }
        
 void *ArenaAllocator::realloc(void *p, size_t len) throw(std::bad_alloc)