8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00

Revert "Postfix for PR #6996 : Fixes for fbtrace log rotation."

This reverts commit 788ce1082b.
This commit is contained in:
Vlad Khorsun 2022-07-21 16:31:01 +03:00
parent 4c4d0b142b
commit a917259ca6

View File

@ -96,9 +96,6 @@ PluginLogWriter::~PluginLogWriter()
if (m_fileHandle != -1)
::close(m_fileHandle);
if (m_sharedMemory && m_sharedMemory->getHeader())
m_sharedMemory->removeMapFile();
}
SINT64 PluginLogWriter::seekToEnd()