summaryrefslogtreecommitdiffstats
path: root/core/io/buffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'core/io/buffer.hh')
-rw-r--r--core/io/buffer.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/io/buffer.hh b/core/io/buffer.hh
index c301204..96a37b1 100644
--- a/core/io/buffer.hh
+++ b/core/io/buffer.hh
@@ -1,6 +1,3 @@
-#ifndef CORE_IO_BUFFER_HH
-#define CORE_IO_BUFFER_HH 1
-
namespace io
{
class ReadBuffer final {
@@ -89,5 +86,3 @@ io::WriteBuffer& io::WriteBuffer::operator<<(const T value)
write<T>(value);
return *this;
}
-
-#endif // CORE_BUFFER_HH