Revert "TODO test pidl/ServerNDR: ignore functions marked as "todo""
authorStefan Metzmacher <metze@samba.org>
Mon, 12 Nov 2012 09:23:17 +0000 (10:23 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 13 Aug 2018 15:34:53 +0000 (17:34 +0200)
This reverts commit 76e32fa6f74d12b64ac731b558b9bdae67dcb019.

pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm

index 5cdade399af50cc6b0eda9db20a1972356fb42ac..c87d17a5a78c1ab21b70fc7e25cdd85875a0efc6 100644 (file)
@@ -247,7 +247,6 @@ sub ParseInterface($)
 
        foreach (@{$if->{FUNCTIONS}}) {
                next if ($_->{PROPERTIES}{noopnum});
-               next if ($_->{PROPERTIES}{todo});
                ParseFunction($if, $_);
        }
 
@@ -259,7 +258,6 @@ sub ParseInterface($)
 
        foreach (@{$if->{FUNCTIONS}}) {
                next if ($_->{PROPERTIES}{noopnum});
-               next if ($_->{PROPERTIES}{todo});
                pidl "{\"" . uc($_->{NAME}) . "\", NDR_" . uc($_->{NAME}) . ", api_$_->{NAME}},";
        }