diff --git a/libraries/networking/src/udt/SendQueue.h b/libraries/networking/src/udt/SendQueue.h index 401ebd384d..2e7ec90c45 100644 --- a/libraries/networking/src/udt/SendQueue.h +++ b/libraries/networking/src/udt/SendQueue.h @@ -45,8 +45,6 @@ class SendQueue : public QObject { Q_OBJECT public: - using time_point = p_high_resolution_clock::time_point; - static std::unique_ptr create(Socket* socket, HifiSockAddr destination); void queuePacket(std::unique_ptr packet);