distributed_loader: remove declaration of inexistent do_populate_column_family()

Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>
This commit is contained in:
Raphael S. Carvalho
2020-06-25 14:47:45 -03:00
parent 1e9c5b5295
commit 4683cb06c2

View File

@@ -89,5 +89,4 @@ public:
private:
static future<> cleanup_column_family_temp_sst_dirs(sstring sstdir);
static future<> handle_sstables_pending_delete(sstring pending_deletes_dir);
static future<> do_populate_column_family(distributed<database>& db, sstring sstdir, sstring ks, sstring cf);
};