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

@ -60,7 +60,6 @@
#include <maxscale/housekeeper.h>
#include <maxscale/log_manager.h>
#include <maxscale/maxscale.h>
#include <maxscale/memlog.h>
#include <maxscale/paths.h>
#include <maxscale/query_classifier.h>
#include <maxscale/server.h>
@ -2049,7 +2048,6 @@ int maxscale_shutdown()
service_shutdown();
poll_shutdown();
hkshutdown();
memlog_flush_all();
log_flush_shutdown();
}