Windows: remove unnecessary prototype from smb.c
authorJeffrey Altman <jaltman@your-file-system.com>
Wed, 20 Oct 2010 23:31:19 +0000 (19:31 -0400)
committerJeffrey Altman <jaltman@openafs.org>
Thu, 21 Oct 2010 14:51:20 +0000 (07:51 -0700)
Remove rx_StartClientThread() prototype.

Change-Id: I89377528a7497b06302bf8fa9cb71a192afc1c0a
Reviewed-on: http://gerrit.openafs.org/3021
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>

src/WINNT/afsd/smb.c

index dc348d5..cb16e15 100644 (file)
@@ -9313,7 +9313,6 @@ void smb_Server(VOID *parmp)
     UCHAR rc;
     smb_vc_t *vcp = NULL;
     smb_t *smbp;
-    extern void rx_StartClientThread(void);
 
     rx_StartClientThread();