From 8cfff62eab2dbbb8dd8be7cccfc3a8a96e9802e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Thu, 3 Dec 2015 15:24:32 +0100 Subject: werror: removed WERR_JOB_NOT_FOUND (unused, already known as WERR_NERR_JOBNOTFOUND) Guenther Signed-off-by: Guenther Deschner Reviewed-by: Jeremy Allison --- libcli/util/werror.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libcli/util/werror.h') diff --git a/libcli/util/werror.h b/libcli/util/werror.h index ba30e76a19d..d21635b9e12 100644 --- a/libcli/util/werror.h +++ b/libcli/util/werror.h @@ -195,7 +195,6 @@ typedef uint32_t WERROR; #define MAX_NERR (NERR_BASE+899) #endif -#define WERR_JOB_NOT_FOUND W_ERROR(0x00000867) #define WERR_DEST_NOT_FOUND W_ERROR(0x00000868) #define WERR_GROUPNOTFOUND W_ERROR(0x000008AC) #define WERR_USER_NOT_FOUND W_ERROR(0x000008AD) -- cgit v1.2.1