aboutsummaryrefslogtreecommitdiff
path: root/reference/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'reference/types.hh')
-rw-r--r--reference/types.hh13
1 files changed, 0 insertions, 13 deletions
diff --git a/reference/types.hh b/reference/types.hh
index 5bfc014..bee9117 100644
--- a/reference/types.hh
+++ b/reference/types.hh
@@ -96,12 +96,6 @@ struct TDatabasePoolConnection {
bool TransactionRunning;
};
-struct Semaphore {
- int value;
- struct pthread_mutex_t mutex;
- struct pthread_cond_t condition;
-};
-
struct TDatabaseConnectionPool {
int NumberOfConnections;
struct TDatabaseSettings DatabaseSettings;
@@ -786,13 +780,6 @@ struct TFindCreatures {
bool finished;
};
-typedef int (ThreadFunction)(void *);
-struct TThreadStarter {
- ThreadFunction *Function;
- void *Argument;
- bool Detach;
-};
-
struct TReaderThreadOrder {
enum TReaderThreadOrderType OrderType;
int SectorX;