summaryrefslogtreecommitdiffstats
path: root/mcop
diff options
context:
space:
mode:
Diffstat (limited to 'mcop')
-rw-r--r--mcop/tcpserver.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcop/tcpserver.cc b/mcop/tcpserver.cc
index c2cffee..ad90676 100644
--- a/mcop/tcpserver.cc
+++ b/mcop/tcpserver.cc
@@ -189,5 +189,3 @@ void TCPServer::notifyIO(int fd, int types)
arts_assert((types & IOType::write) == 0);
arts_assert((types & IOType::except) == 0);
}
-
-// vim: sw=4 ts=4