remove boost atomic uses

This commit is contained in:
Stéphane Lepin 2019-05-02 13:29:23 +02:00
parent 3fdf77d29b
commit bc1c6f7b9a
2 changed files with 0 additions and 4 deletions

View File

@ -180,9 +180,6 @@ void WSServer::onMessage(connection_hdl hdl, server::message_ptr message)
std::string response = handler.processIncomingMessage(payload);
_server.send(hdl, response, websocketpp::frame::opcode::text);
boost::atomic<QVariantHash> atomicTest;
atomicTest.load().insert("jambon", true);
});
}

View File

@ -25,7 +25,6 @@ with this program. If not, see <https://www.gnu.org/licenses/>
#include <QtCore/QSharedPointer>
#include <QtCore/QVariantHash>
#include <QtCore/QThreadPool>
#include <boost/atomic.hpp>
#include <websocketpp/config/asio_no_tls.hpp>
#include <websocketpp/server.hpp>