Always include debug members in objects

Having the structures be of the same size with and without debug mode is
beneficial when debugging release binaries.
This commit is contained in:
Markus Mäkelä
2017-06-13 12:40:10 +03:00
parent bd7a26d830
commit dfc1d0a413
3 changed files with 0 additions and 13 deletions

View File

@ -29,10 +29,6 @@
#include <maxscale/protocol/mysql.h>
#include <maxscale/alloc.h>
#if defined(SS_DEBUG)
#include <maxscale/protocol/mysql.h>
#endif
#define RWSPLIT_TRACE_MSG_LEN 1000
/**