--- rxvt-unicode/src/rxvtutil.h 2014/11/10 12:14:48 1.61 +++ rxvt-unicode/src/rxvtutil.h 2014/11/12 12:12:02 1.62 @@ -1,7 +1,6 @@ #ifndef RXVT_UTIL_H #define RXVT_UTIL_H -#include #include #include #include "ecb.h" @@ -63,10 +62,6 @@ void operator delete (void *p, size_t s); }; -// alas new/delete cannot be specified as inline in C++11 (see 17.6.4.6) -void *operator new (size_t s) throw (std::bad_alloc); -void operator delete (void *p) throw (); - struct stringvec : simplevec { ~stringvec ()