os/newstore: drop flush

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2015-08-17 15:22:42 -04:00
parent f93856f71a
commit 205344d32d
2 changed files with 0 additions and 6 deletions

View File

@ -1003,11 +1003,6 @@ void NewStore::sync(Context *onsync)
#warning write sync
}
void NewStore::flush()
{
#warning write flush
}
void NewStore::sync()
{
dout(10) << __func__ << dendl;

View File

@ -472,7 +472,6 @@ public:
void sync(Context *onsync);
void sync();
void flush();
unsigned get_max_object_name_length() {
return 4096;