diff options
Diffstat (limited to 'netwerk/base/nsISpeculativeConnect.idl')
-rw-r--r-- | netwerk/base/nsISpeculativeConnect.idl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/netwerk/base/nsISpeculativeConnect.idl b/netwerk/base/nsISpeculativeConnect.idl index 067edd3f0..fbee7aeec 100644 --- a/netwerk/base/nsISpeculativeConnect.idl +++ b/netwerk/base/nsISpeculativeConnect.idl @@ -64,12 +64,6 @@ interface nsISpeculativeConnectionOverrider : nsISupports */ [infallible] readonly attribute boolean ignoreIdle; - /* - * Used by the Predictor to gather telemetry data on speculative connection - * usage. - */ - [infallible] readonly attribute boolean isFromPredictor; - /** * by default speculative connections are not made to RFC 1918 addresses */ |