summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-11 20:04:16 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-11 20:04:16 +0000
commit2c8326894ac9a24f7989cc505b76303af44f1ef3 (patch)
treec4819e2e9ede370755a463e15c91b23dccefe79d /win
parentd83f5766b84b12016e15024b48f83a094266845a (diff)
Remove unused var
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7267 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win')
-rw-r--r--win/inspircd_win32wrapper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/inspircd_win32wrapper.cpp b/win/inspircd_win32wrapper.cpp
index 1291bbd0a..6bea73640 100644
--- a/win/inspircd_win32wrapper.cpp
+++ b/win/inspircd_win32wrapper.cpp
@@ -455,7 +455,6 @@ void ClearConsole()
{
COORD coordScreen = { 0, 0 }; /* here's where we'll home the cursor */
HANDLE hConsole = GetStdHandle(STD_OUTPUT_HANDLE);
- BOOL bSuccess;
DWORD cCharsWritten;
CONSOLE_SCREEN_BUFFER_INFO csbi; /* to get buffer info */
DWORD dwConSize; /* number of character cells in the current buffer */