summaryrefslogtreecommitdiff
path: root/libcli/util
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-03 15:24:32 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:25 +0200
commit6ea4c3165faa427bdd6a6efa834824ab0ccdc5cf (patch)
treef044ff08101a9b7548d4b52614bcc1b3deabe882 /libcli/util
parentb792d0c122a8a2b54ad4133886e922343d8c37b4 (diff)
downloadsamba-6ea4c3165faa427bdd6a6efa834824ab0ccdc5cf.tar.gz
werror: removed WERR_ALREADY_SHARED (unused, already known as WERR_NERR_DUPLICATESHARE)
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli/util')
-rw-r--r--libcli/util/doserr.c1
-rw-r--r--libcli/util/werror.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c
index 388a9abfd86..270c08dbbd2 100644
--- a/libcli/util/doserr.c
+++ b/libcli/util/doserr.c
@@ -53,7 +53,6 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_INVALID_ENVIRONMENT", WERR_INVALID_ENVIRONMENT },
{ "WERR_INVALID_FORM_NAME", WERR_INVALID_FORM_NAME },
{ "WERR_INVALID_FORM_SIZE", WERR_INVALID_FORM_SIZE },
- { "WERR_ALREADY_SHARED", WERR_ALREADY_SHARED },
{ "WERR_JOB_NOT_FOUND", WERR_JOB_NOT_FOUND },
{ "WERR_DEST_NOT_FOUND", WERR_DEST_NOT_FOUND },
{ "WERR_GROUPNOTFOUND", WERR_GROUPNOTFOUND },
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index d120b1501e2..ba30e76a19d 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_ALREADY_SHARED W_ERROR(0x00000846)
#define WERR_JOB_NOT_FOUND W_ERROR(0x00000867)
#define WERR_DEST_NOT_FOUND W_ERROR(0x00000868)
#define WERR_GROUPNOTFOUND W_ERROR(0x000008AC)