diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-23 23:22:57 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-23 23:22:57 +0100 |
commit | dcc4081f75f0d0c51878385477f7738f49a761dd (patch) | |
tree | 45a738b1d23c7e5bd3e415e4d74594fd7dc7732a /source4/ntvfs/ipc | |
parent | 8df6af213a0ca9a70e30c630970b5e2d2debe821 (diff) | |
download | samba-dcc4081f75f0d0c51878385477f7738f49a761dd.tar.gz samba-dcc4081f75f0d0c51878385477f7738f49a761dd.tar.bz2 samba-dcc4081f75f0d0c51878385477f7738f49a761dd.zip |
Fix more compiler warnings.
Diffstat (limited to 'source4/ntvfs/ipc')
-rw-r--r-- | source4/ntvfs/ipc/ipc_rap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/ntvfs/ipc/ipc_rap.c b/source4/ntvfs/ipc/ipc_rap.c index 4969f1a791..07a8b6d1d6 100644 --- a/source4/ntvfs/ipc/ipc_rap.c +++ b/source4/ntvfs/ipc/ipc_rap.c @@ -53,8 +53,6 @@ } while (0) -#define NERR_Success 0 -#define NERR_badpass 86 #define NERR_notsupported 50 struct rap_string_heap { |