From: Stefan Metzmacher Date: Mon, 20 Sep 2010 22:44:30 +0000 (+0200) Subject: librpc/ndr: remove 'async' from ndr_interface_call X-Git-Tag: samba-4.0.0alpha14~2615 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=bffa192bfea6dccfe56a1b5692333fd8f39cfe7a librpc/ndr: remove 'async' from ndr_interface_call metze --- diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h index 5ad05be891b..bd39cf4c862 100644 --- a/librpc/ndr/libndr.h +++ b/librpc/ndr/libndr.h @@ -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 {