YESS -- remove the PI_* pipe constants
authorVolker Lendecke <vl@samba.org>
Mon, 21 Jul 2008 11:30:45 +0000 (13:30 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 21 Jul 2008 12:36:32 +0000 (14:36 +0200)
source/include/smb.h

index eadbd71e20c535b38b1da0f072007dd9971a7aa1..32ba8a2a170b3c5cb5103c956468be22cb2cd230 100644 (file)
@@ -174,24 +174,6 @@ typedef uint32 codepoint_t;
 /* pipe string names */
 #define PIPE_LANMAN   "\\PIPE\\LANMAN"
 
-#define PI_LSARPC              0
-#define PI_DSSETUP             1
-#define PI_SAMR                        2
-#define PI_NETLOGON            3
-#define PI_SRVSVC              4
-#define PI_WKSSVC              5
-#define PI_WINREG              6
-#define PI_SPOOLSS             7
-#define PI_NETDFS              8
-#define PI_RPCECHO             9
-#define PI_INITSHUTDOWN                10
-#define PI_SVCCTL              11
-#define PI_EVENTLOG            12
-#define PI_NTSVCS              13
-#define PI_EPMAPPER            14
-#define PI_DRSUAPI             15
-#define PI_MAX_PIPES           16
-
 /* 64 bit time (100usec) since ????? - cifs6.txt, section 3.5, page 30 */
 typedef uint64_t NTTIME;