cleanup: remove duplicate declaration

This commit is contained in:
Nirbhay Choubey 2015-02-19 17:48:23 -05:00
parent a174aaed75
commit 69e5f0f423

View file

@ -53,7 +53,4 @@ int wsrep_binlog_close_connection(THD* thd);
int wsrep_binlog_savepoint_set(THD *thd, void *sv);
int wsrep_binlog_savepoint_rollback(THD *thd, void *sv);
/* Dump replication buffer to disk without intermediate buffer */
void wsrep_dump_rbr_direct(THD* thd, IO_CACHE* cache);
#endif /* WSREP_BINLOG_H */