Explorar el Código

buffer removed. safe to delete.

Steve Thielemann hace 4 años
padre
commit
1ea449a965
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      irc.h

+ 1 - 1
irc.h

@@ -100,7 +100,7 @@ public:
 
 private:
   boost::signals2::mutex lock;
-  std::vector<std::vector<std::string>> buffer;
+  // std::vector<std::vector<std::string>> buffer;
   std::vector<message_stamp> messages;
 
   bool registered;