librpc/ndr: remove 'async' from ndr_interface_call
authorStefan Metzmacher <metze@samba.org>
Mon, 20 Sep 2010 22:44:30 +0000 (00:44 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 28 Sep 2010 21:06:47 +0000 (23:06 +0200)
metze

librpc/ndr/libndr.h

index 5ad05be891b6af77aef7a7a563382f8bfb471222..bd39cf4c862b22801f307b3c5c571bdaba092212 100644 (file)
@@ -333,7 +333,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 async;
 };
 
 struct ndr_interface_string_array {