summaryrefslogtreecommitdiff
path: root/src/buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.cpp')
-rw-r--r--src/buffer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buffer.cpp b/src/buffer.cpp
index 5b1c03d..8e7bf98 100644
--- a/src/buffer.cpp
+++ b/src/buffer.cpp
@@ -128,8 +128,6 @@ void Buffer::operator=(const Buffer &src)
std::memcpy(buf_, src.buf_, length_);
}
-
-
bool Buffer::operator==(const Buffer &cmp) const
{
if(length_ != cmp.length_)