remove warning

svn path=/trunk/; revision=35855
This commit is contained in:
Ged Murphy 2008-09-01 13:08:52 +00:00
parent 5a12bfa450
commit 7d5a02d484

View file

@ -15,7 +15,6 @@ static LPWSTR lpEventSource = L"tcpsvcs";
static LPCWSTR lpLogFileName = L"C:\\tcpsvcs_log.log";
static HANDLE hLogFile = NULL;
static BOOL bWaitingOnRead = FALSE;
static OVERLAPPED olWrite;