Removed redundant null check.

This commit is contained in:
Takatoshi Kondo 2014-02-02 16:22:07 +00:00
parent 81e26fe9b9
commit 8eff14db11

View File

@ -52,7 +52,6 @@ public:
}
static void operator delete(void *p) throw()
{
if (!p) return;
::free(p);
}
<%0.upto(GENERATION_LIMIT) {|i|%>