no longer need ifdef as plugin is conditionally compiled

parent b68f0437
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment