mirror of
https://github.com/anope/anope.git
synced 2026-07-02 15:33:13 +02:00
Remove some CoreExports and add them in other places, fixed a few minor warnings under Windows build, made Windows build create a static library out of win32_memory.cpp and use that with everything instead of relying on it being compiled into everything (saves compiling time).
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2656 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -549,8 +549,6 @@ int delMessage(MessageHash * msgTable[], Message * m)
|
||||
current->m = tail->next;
|
||||
}
|
||||
return MOD_ERR_OK;
|
||||
last = tail;
|
||||
tail = tail->next;
|
||||
}
|
||||
} else {
|
||||
msgTable[index] = current->next;
|
||||
@@ -567,8 +565,6 @@ int delMessage(MessageHash * msgTable[], Message * m)
|
||||
current->m = tail->next;
|
||||
}
|
||||
return MOD_ERR_OK;
|
||||
last = tail;
|
||||
tail = tail->next;
|
||||
}
|
||||
} else {
|
||||
lastHash->next = current->next;
|
||||
|
||||
Reference in New Issue
Block a user