mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 20:08:37 +00:00
[Cleanup] Cleanup unused methods and variables in world/main.cpp and world/main.h (#3105)
# Notes - These are unused.
This commit is contained in:
@@ -18,8 +18,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define PLATFORM_WORLD 1
|
||||
|
||||
#include "../common/global_define.h"
|
||||
|
||||
#include <iostream>
|
||||
@@ -56,20 +54,9 @@
|
||||
#include <conio.h>
|
||||
#else
|
||||
|
||||
#include "../common/unix.h"
|
||||
#include <sys/sem.h>
|
||||
#include <thread>
|
||||
|
||||
#if not defined (FREEBSD) && not defined (DARWIN)
|
||||
union semun {
|
||||
int val;
|
||||
struct semid_ds *buf;
|
||||
ushort *array;
|
||||
struct seminfo *__buf;
|
||||
void *__pad;
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include "../common/patches/patches.h"
|
||||
|
||||
Reference in New Issue
Block a user