Removed stats sockets - haven't been in use for a while now.

This commit is contained in:
Thulinma 2014-07-09 14:58:55 +02:00
parent 4bf7f30473
commit 1e66e6c817
2 changed files with 0 additions and 2 deletions

View file

@ -468,7 +468,6 @@ int main(int argc, char ** argv){
time_t lastuplink = 0;
time_t processchecker = 0;
Socket::Server API_Socket = Socket::Server(Controller::conf.getInteger("listen_port"), Controller::conf.getString("listen_interface"), true);
Socket::Server Stats_Socket = Socket::Server(Util::getTmpFolder() + "statistics", true);
Socket::Connection Incoming;
std::vector<Controller::ConnectedUser> users;
std::vector<Socket::Connection> buffers;

View file

@ -59,7 +59,6 @@ namespace Mist {
Util::Config * config;
JSON::Value capa;
Socket::Connection StatsSocket;
DTSC::Meta myMeta;
DTSC::Packet lastPack;