r20637: Don't check for NULL pointers when the pointer is guaranteed to not be NULL
commit419547df76c38fde1f54b06dc633832523ad3394
authorJelmer Vernooij <jelmer@samba.org>
Tue, 9 Jan 2007 23:41:25 +0000 (9 23:41 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:37:19 +0000 (10 14:37 -0500)
tree75f07241f354656a5e6d11d0559a6acdb5d27aa2
parent3ddc76772765db8009120ada820837737c49e409
r20637: Don't check for NULL pointers when the pointer is guaranteed to not be NULL
(if it is a ref pointer).
source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
source/pidl/lib/Parse/Pidl/Util.pm
source/pidl/tests/samba-ndr.pl [new file with mode: 0755]