diff options
Diffstat (limited to 'ndb/src/common/logger/FileLogHandler.cpp')
-rw-r--r-- | ndb/src/common/logger/FileLogHandler.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ndb/src/common/logger/FileLogHandler.cpp b/ndb/src/common/logger/FileLogHandler.cpp index 015b55b7a94..a4f610777eb 100644 --- a/ndb/src/common/logger/FileLogHandler.cpp +++ b/ndb/src/common/logger/FileLogHandler.cpp @@ -124,8 +124,6 @@ FileLogHandler::writeFooter() } callCount++; - // Needed on Cello since writes to the flash disk does not happen until - // we flush and fsync. m_pLogFile->flush(); } |