summaryrefslogtreecommitdiff
path: root/include/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/socket.h')
-rw-r--r--include/socket.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/socket.h b/include/socket.h
index 7dabd4bd3..ce0ae7d55 100644
--- a/include/socket.h
+++ b/include/socket.h
@@ -23,7 +23,6 @@
#include <sstream>
#include <string>
#include "dns.h"
-#include <deque>
/**
* States which a socket may be in
@@ -113,11 +112,6 @@ private:
char ibuf[65535];
/**
- * The output buffer for this socket
- */
- std::deque<std::string> outbuffer;
-
- /**
* The IP address being connected
* to stored in string form for
* easy retrieval by accessors.