From: Volker Lendecke Date: Wed, 21 Oct 2020 10:59:45 +0000 (+0200) Subject: notify: Remove an unused structure definition X-Git-Tag: talloc-2.3.2~118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79b0829ea2da2c18934dbc95cc5fe83a4c48d1f6;p=thirdparty%2Fsamba.git notify: Remove an unused structure definition Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/librpc/idl/notify.idl b/librpc/idl/notify.idl index 09d06bed662..5f83f4fd24e 100644 --- a/librpc/idl/notify.idl +++ b/librpc/idl/notify.idl @@ -70,12 +70,6 @@ interface notify pointer private_data; } notify_event; - typedef [public] struct { - uint32 action; - uint32 filter; - utf8string path; - } notify_remote_event; - typedef [v1_enum] enum { FILE_ACTION_ADDED = 0x00000001, FILE_ACTION_REMOVED = 0x00000002,