remove warning
authorGed Murphy <gedmurphy@reactos.org>
Mon, 1 Sep 2008 13:08:52 +0000 (13:08 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Mon, 1 Sep 2008 13:08:52 +0000 (13:08 +0000)
svn path=/trunk/; revision=35855

reactos/base/services/tcpsvcs/log.c

index 81b7495..f157150 100644 (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;