From 79b0829ea2da2c18934dbc95cc5fe83a4c48d1f6 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 21 Oct 2020 12:59:45 +0200 Subject: [PATCH] notify: Remove an unused structure definition Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- librpc/idl/notify.idl | 6 ------ 1 file changed, 6 deletions(-) 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, -- 2.47.3