summaryrefslogtreecommitdiff
path: root/source3/include/nterr.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/nterr.h')
-rw-r--r--source3/include/nterr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/nterr.h b/source3/include/nterr.h
index 0ab08479c8..da7b50b04a 100644
--- a/source3/include/nterr.h
+++ b/source3/include/nterr.h
@@ -12,7 +12,6 @@
we start supporting NT error codes in Samba. They were extracted
using a loop in smbclient then printing a netmon sniff to a file */
-#define NT_STATUS_NOPROBLEMO NT_STATUS(0x0)
#define NT_STATUS_OK NT_STATUS(0x0)
#define NT_STATUS_UNSUCCESSFUL NT_STATUS(0xC0000000 | 1)
#define NT_STATUS_NOT_IMPLEMENTED NT_STATUS(0xC0000000 | 2)