aboutsummaryrefslogtreecommitdiff
path: root/src/common/io/MemoryStream.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-15 18:45:05 +0800
committercrupest <crupest@outlook.com>2022-01-15 18:45:05 +0800
commitabb9d48a72e2d580d6bfbfcb600795c5ec66e204 (patch)
tree15d89cb51270533e4a8d1e52f437fa371bdb34a6 /src/common/io/MemoryStream.cpp
parentb6757b263ed304aed22eb2a472805f87bfb67f3a (diff)
downloadcru-abb9d48a72e2d580d6bfbfcb600795c5ec66e204.tar.gz
cru-abb9d48a72e2d580d6bfbfcb600795c5ec66e204.tar.bz2
cru-abb9d48a72e2d580d6bfbfcb600795c5ec66e204.zip
...
Diffstat (limited to 'src/common/io/MemoryStream.cpp')
-rw-r--r--src/common/io/MemoryStream.cpp2
1 files changed, 0 insertions, 2 deletions
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