summaryrefslogtreecommitdiff
path: root/src/buffer.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-15 12:54:07 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-15 12:54:07 +0000
commitd49755d0a8d2131a43bac59644ce569834fcd944 (patch)
tree9f3e3bb1e910cf489481c36786280f1be0e225e5 /src/buffer.cpp
parentfixed build (diff)
typename refactoring
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_)