werror: removed WERR_FID_NOT_FOUND (unused, already known as WERR_NERR_FILEIDNOTFOUND)
authorGünther Deschner <gd@samba.org>
Thu, 3 Dec 2015 14:24:36 +0000 (15:24 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 27 Sep 2016 22:04:29 +0000 (00:04 +0200)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/util/werror.h

index 86e5c2ce42216bfd0a30b252d313b0e158215a88..26c8bbc679d73177bddb6b10940f1458feb9d04b 100644 (file)
@@ -195,7 +195,6 @@ typedef uint32_t WERROR;
 #define MAX_NERR (NERR_BASE+899)
 #endif
 
-#define WERR_FID_NOT_FOUND             W_ERROR(0x0000090A)
 #define WERR_NOT_LOCAL_DOMAIN          W_ERROR(0x00000910)
 #define WERR_DCNOTFOUND                        W_ERROR(0x00000995)
 #define WERR_TIME_DIFF_AT_DC           W_ERROR(0x00000999)