From df7966053102ed6e509992554ab7544c56454f26 Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 30 Jan 2009 17:54:48 +0000 Subject: (svn r15296) -Cleanup: remove redundant _MSC_VER >= 1400 checks, older versions aren't supported anymore. One check in stdafx.h is enough --- src/misc/binaryheap.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/misc/binaryheap.hpp') diff --git a/src/misc/binaryheap.hpp b/src/misc/binaryheap.hpp index ed5a44b71..2206ccd03 100644 --- a/src/misc/binaryheap.hpp +++ b/src/misc/binaryheap.hpp @@ -5,12 +5,6 @@ #ifndef BINARYHEAP_HPP #define BINARYHEAP_HPP -//void *operator new (size_t size, void *p) {return p;} -#if defined(_MSC_VER) && (_MSC_VER >= 1400) -//void operator delete (void *p, void *p2) {} -#endif - - /** * Binary Heap as C++ template. * -- cgit v1.2.3-54-g00ecf