From: Jeffrey Altman Date: Wed, 20 Oct 2010 23:31:19 +0000 (-0400) Subject: Windows: remove unnecessary prototype from smb.c X-Git-Tag: upstream/1.8.0_pre1^2~4640 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5880a576273c3b5f7683937df42bacf506007ba2;p=packages%2Fo%2Fopenafs.git Windows: remove unnecessary prototype from smb.c Remove rx_StartClientThread() prototype. Change-Id: I89377528a7497b06302bf8fa9cb71a192afc1c0a Reviewed-on: http://gerrit.openafs.org/3021 Tested-by: BuildBot Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- diff --git a/src/WINNT/afsd/smb.c b/src/WINNT/afsd/smb.c index dc348d51f..cb16e156a 100644 --- a/src/WINNT/afsd/smb.c +++ b/src/WINNT/afsd/smb.c @@ -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();