Revert "libndr: fix "excess elements in struct initializer" warning."
authorGünther Deschner <gd@samba.org>
Tue, 5 Oct 2010 19:50:21 +0000 (21:50 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 5 Oct 2010 20:55:30 +0000 (22:55 +0200)
This reverts commit a416ff26d6ada4ee96bf3963866f67d5788162d1.

librpc/ndr/libndr.h

index bcfbf75e255dcae2a540f74756dfc7a0e2ae8a09..c110b76ae55f9e5333fe42fbe1626f1eab95ba40 100644 (file)
@@ -334,7 +334,6 @@ struct ndr_interface_call {
        ndr_push_flags_fn_t ndr_push;
        ndr_pull_flags_fn_t ndr_pull;
        ndr_print_function_t ndr_print;
-       bool _dummy;
 };
 
 struct ndr_interface_string_array {