diff options
Diffstat (limited to 'netwerk/protocol/websocket/WebSocketChannel.h')
-rw-r--r-- | netwerk/protocol/websocket/WebSocketChannel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/netwerk/protocol/websocket/WebSocketChannel.h b/netwerk/protocol/websocket/WebSocketChannel.h index f60bc4fbb..b496bbc0a 100644 --- a/netwerk/protocol/websocket/WebSocketChannel.h +++ b/netwerk/protocol/websocket/WebSocketChannel.h @@ -158,7 +158,6 @@ private: nsresult DoAdmissionDNS(); nsresult StartWebsocketData(); uint16_t ResultToCloseCode(nsresult resultCode); - void ReportConnectionTelemetry(); void StopSession(nsresult reason); void AbortSession(nsresult reason); |