Update src/IO/Archives/IArchiveWriter.h

Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
This commit is contained in:
josh-hildred 2024-02-20 07:49:55 -05:00 committed by Joshua Hildred
parent 5fdeebf785
commit e085b0fcf0

View File

@ -24,7 +24,6 @@ public:
virtual std::unique_ptr<WriteBufferFromFileBase> writeFile(const String & filename, size_t size) = 0;
/// Returns true if there is an active instance of WriteBuffer returned by writeFile().
/// This function should be used mostly for debugging purposes.
virtual bool isWritingFile() const = 0;