summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-08-25 15:23:20 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2020-08-25 15:23:29 +0300
commitc0e5cf79ad13fad4b34fa7d0777cc90035db93c1 (patch)
tree976c6110cebe1212f75fb100840880cd03768801
parent0be70a1b773ce66ef1803fcce19522fd9c60c07d (diff)
downloadmariadb-git-c0e5cf79ad13fad4b34fa7d0777cc90035db93c1.tar.gz
MDEV-22543: Remove orphan declaration of wsrep_is_sst_progress
-rw-r--r--sql/wsrep_sst.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/wsrep_sst.h b/sql/wsrep_sst.h
index 5a749d529fb..063cab5f0f1 100644
--- a/sql/wsrep_sst.h
+++ b/sql/wsrep_sst.h
@@ -74,14 +74,12 @@ extern void wsrep_SE_init_grab(); /*! grab init critical section */
extern void wsrep_SE_init_wait(); /*! wait for SE init to complete */
extern void wsrep_SE_init_done(); /*! signal that SE init is complte */
extern void wsrep_SE_initialized(); /*! mark SE initialization complete */
-extern bool wsrep_is_sst_progress();
#else
#define wsrep_SE_initialized() do { } while(0)
#define wsrep_SE_init_grab() do { } while(0)
#define wsrep_SE_init_done() do { } while(0)
#define wsrep_sst_continue() (0)
-#define wsrep_is_sst_progress() (0)
#endif /* WITH_WSREP */
#endif /* WSREP_SST_H */