auction removed
This commit is contained in:
@@ -70,10 +70,6 @@
|
||||
#include "FileMonitor_FreeBSD.h"
|
||||
#endif
|
||||
|
||||
#ifdef __AUCTION__
|
||||
#include "auction_manager.h"
|
||||
#endif
|
||||
|
||||
// #ifndef OS_WINDOWS
|
||||
// #include <gtest/gtest.h>
|
||||
// #endif
|
||||
@@ -144,9 +140,6 @@ int g_shutdown_core_pulse;
|
||||
bool g_bShutdown=false;
|
||||
|
||||
extern int speed_server;
|
||||
#ifdef __AUCTION__
|
||||
extern int auction_server;
|
||||
#endif
|
||||
extern void CancelReloadSpamEvent();
|
||||
|
||||
void ContinueOnFatalError()
|
||||
@@ -506,10 +499,6 @@ int main(int argc, char **argv)
|
||||
CSpeedServerManager SSManager;
|
||||
DSManager dsManager;
|
||||
|
||||
#ifdef __AUCTION__
|
||||
AuctionManager auctionManager;
|
||||
#endif
|
||||
|
||||
if (!start(argc, argv)) {
|
||||
CleanUpForEarlyExit();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user