mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-25 01:55:39 +01:00
Removed redundant null check.
This commit is contained in:
parent
81e26fe9b9
commit
8eff14db11
@ -52,7 +52,6 @@ public:
|
||||
}
|
||||
static void operator delete(void *p) throw()
|
||||
{
|
||||
if (!p) return;
|
||||
::free(p);
|
||||
}
|
||||
<%0.upto(GENERATION_LIMIT) {|i|%>
|
||||
|
Loading…
x
Reference in New Issue
Block a user