Commit 6df61606 authored by unknown's avatar unknown
Browse files

no longer need ifdef as plugin is conditionally compiled

parent cf9d738b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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