]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
notify: Remove an unused structure definition
authorVolker Lendecke <vl@samba.org>
Wed, 21 Oct 2020 10:59:45 +0000 (12:59 +0200)
committerJeremy Allison <jra@samba.org>
Sat, 24 Oct 2020 05:57:31 +0000 (05:57 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
librpc/idl/notify.idl

index 09d06bed66228e81566112c57a3fb789bdd77408..5f83f4fd24ee8c6c423efcf961635d6048400425 100644 (file)
@@ -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,