From abb9d48a72e2d580d6bfbfcb600795c5ec66e204 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 15 Jan 2022 18:45:05 +0800 Subject: ... --- src/common/io/MemoryStream.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common/io/MemoryStream.cpp') diff --git a/src/common/io/MemoryStream.cpp b/src/common/io/MemoryStream.cpp index e3c9c605..bd561f5d 100644 --- a/src/common/io/MemoryStream.cpp +++ b/src/common/io/MemoryStream.cpp @@ -49,6 +49,4 @@ Index MemoryStream::Write(const std::byte *buffer, Index offset, Index size) { position_ += size; return size; } - -void MemoryStream::Flush() {} } // namespace cru::io -- cgit v1.2.3