Sfoglia il codice sorgente

buffer removed. safe to delete.

Steve Thielemann 3 anni fa
parent
commit
1ea449a965
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;