remove an unused alias

This commit is contained in:
Stephen Birarda 2015-09-14 17:18:17 -07:00
parent 84ab4fd585
commit a27e0e7cc7

View file

@ -45,8 +45,6 @@ class SendQueue : public QObject {
Q_OBJECT
public:
using time_point = p_high_resolution_clock::time_point;
static std::unique_ptr<SendQueue> create(Socket* socket, HifiSockAddr destination);
void queuePacket(std::unique_ptr<Packet> packet);