1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

no longer need ifdef as plugin is conditionally compiled

This commit is contained in:
acurtis/antony@xiphis.org/ltantony.xiphis.org
2006-08-25 00:37:01 -07:00
parent b68f0437e7
commit aeea252b4d

View File

@@ -341,7 +341,6 @@
#pragma implementation // gcc: Class implementation
#endif
#ifdef WITH_FEDERATED_STORAGE_ENGINE
#include "ha_federated.h"
#include "m_string.h"
@@ -2901,4 +2900,3 @@ mysql_declare_plugin(federated)
}
mysql_declare_plugin_end;
#endif