aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore/Master.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/trinitycore/Master.cpp')
-rw-r--r--src/trinitycore/Master.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/trinitycore/Master.cpp b/src/trinitycore/Master.cpp
index 81e31c0ca30..ff9085a62ab 100644
--- a/src/trinitycore/Master.cpp
+++ b/src/trinitycore/Master.cpp
@@ -304,8 +304,6 @@ int Master::Run()
uint32 realCurrTime, realPrevTime;
realCurrTime = realPrevTime = getMSTime();
- uint32 socketSelecttime = sWorld.getConfig(CONFIG_SOCKET_SELECTTIME);
-
///- Start up freeze catcher thread
if(uint32 freeze_delay = sConfig.GetIntDefault("MaxCoreStuckTime", 0))
{
@@ -386,7 +384,7 @@ int Master::Run()
b[3].Event.KeyEvent.wVirtualScanCode = 0x1c;
b[3].Event.KeyEvent.wRepeatCount = 1;
DWORD numb;
- BOOL ret = WriteConsoleInput(hStdIn, b, 4, &numb);
+ WriteConsoleInput(hStdIn, b, 4, &numb);
cliThread->wait();