summaryrefslogtreecommitdiff
path: root/sql/wsrep_binlog.h
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@mariadb.com>2015-02-19 17:48:23 -0500
committerNirbhay Choubey <nirbhay@mariadb.com>2015-02-19 17:48:23 -0500
commit69e5f0f42395d0028e75760685cdd7588854f1df (patch)
tree09b2d048157cd1bfa08ad65dfd19ca4a47292aed /sql/wsrep_binlog.h
parenta174aaed754b96cefe4a9dd2bb2865f81bad1471 (diff)
downloadmariadb-git-69e5f0f42395d0028e75760685cdd7588854f1df.tar.gz
cleanup: remove duplicate declaration
Diffstat (limited to 'sql/wsrep_binlog.h')
-rw-r--r--sql/wsrep_binlog.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/wsrep_binlog.h b/sql/wsrep_binlog.h
index a3d8ec6ec2c..a7b680f616b 100644
--- a/sql/wsrep_binlog.h
+++ b/sql/wsrep_binlog.h
@@ -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 */