From: Vincent Pit Date: Fri, 29 May 2009 09:52:20 +0000 (+0200) Subject: Don't actually create an entry when storing NULL in the ptable X-Git-Tag: v0.14~3 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=99241a0dc1d2077b248099868a7692967469b00d;hp=99241a0dc1d2077b248099868a7692967469b00d;p=perl%2Fmodules%2Findirect.git Don't actually create an entry when storing NULL in the ptable This is actually unneeded because ptable_fetch() returns NULL when it can't find the entry. This way we can remove the short-lived ptable_delete(). ---