diff options
author | Tim Potter <tpot@samba.org> | 2002-01-03 02:28:51 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-01-03 02:28:51 +0000 |
commit | 428923787e3e8a2b156501f3dc1902c79b0d0ccc (patch) | |
tree | f9740dda1987e190cbb94d19a973416f4eefd4b9 /source3 | |
parent | 4178f211d1d2d133b96b420361944f5e197ec556 (diff) | |
download | samba-428923787e3e8a2b156501f3dc1902c79b0d0ccc.tar.gz samba-428923787e3e8a2b156501f3dc1902c79b0d0ccc.tar.bz2 samba-428923787e3e8a2b156501f3dc1902c79b0d0ccc.zip |
Removed unused #define
(This used to be commit ab1bd916cf59e12366d9005f6ce1cf6521ff02be)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/nterr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/nterr.h b/source3/include/nterr.h index 69b5d7981d..e6d536d753 100644 --- a/source3/include/nterr.h +++ b/source3/include/nterr.h @@ -33,7 +33,6 @@ #define STATUS_MORE_ENTRIES NT_STATUS(0x0105) #define ERROR_INVALID_PARAMETER NT_STATUS(0x0057) #define ERROR_INSUFFICIENT_BUFFER NT_STATUS(0x007a) -#define STATUS_1804 NT_STATUS(0x070c) #define STATUS_NOTIFY_ENUM_DIR NT_STATUS(0x010c) /* Win32 Error codes extracted using a loop in smbclient then printing a |