Remove memlog and rdtsc

Neither of these were actively used, so they and any associated tests
were removed.
This commit is contained in:
Esa Korhonen
2017-01-26 12:43:48 +02:00
parent 8d07604436
commit 74225daf46
11 changed files with 1 additions and 922 deletions

View File

@ -50,7 +50,6 @@
#include <maxscale/buffer.h>
#include <pthread.h>
#include <stdint.h>
#include <maxscale/memlog.h>
#include <maxscale/thread.h>
#include <zlib.h>
#include <maxscale/protocol/mysql.h>

View File

@ -76,7 +76,6 @@
#include <maxscale/log_manager.h>
#include <maxscale/rdtsc.h>
#include <maxscale/thread.h>
/* Temporary requirement for auth data */