]> git.sesse.net Git - cubemap/blobdiff - udpstream.h
Do not store the UDP pacing rate; we do not use it after the constructor.
[cubemap] / udpstream.h
index 271764e297158ad17dbdb2b86cb6aef623690f9f..ebc8ebc9b070822d74b0ba6ef759f5ec2cc80bdf 100644 (file)
@@ -26,7 +26,6 @@ private:
 
        sockaddr_in6 dst;
        int sock;
-       uint32_t pacing_rate;
 };
 
 #endif  // !defined(_UDPSTREAM_H)