Revert of Added kNotAProbe definiton to PacketInfo. (patchset #1 id:1 of https://codereview.chromium.org/2697383004/ )

Reason for revert:
Downstream fix landed.

Original issue's description:
> Added kNotAProbe definiton to PacketInfo.
>
> BUG=none
> NOTRY=True
> TBR=nisse@webrtc.org, stefan@webrtc.org
>
> Review-Url: https://codereview.webrtc.org/2697383004
> Cr-Commit-Position: refs/heads/master@{#16668}
> Committed: 4db68e609b

TBR=nisse@webrtc.org,stefan@webrtc.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=none

Review-Url: https://codereview.webrtc.org/2706823003
Cr-Commit-Position: refs/heads/master@{#16735}
This commit is contained in:
philipel
2017-02-21 01:28:41 -08:00
committed by Commit bot
parent 76377c55b7
commit e6f1601d08

View File

@ -278,8 +278,6 @@ struct PacketInfo {
payload_size(payload_size), payload_size(payload_size),
probe_cluster_id(probe_cluster_id) {} probe_cluster_id(probe_cluster_id) {}
static constexpr int kNotAProbe = -1;
// Time corresponding to when this object was created. // Time corresponding to when this object was created.
int64_t creation_time_ms; int64_t creation_time_ms;
// Time corresponding to when the packet was received. Timestamped with the // Time corresponding to when the packet was received. Timestamped with the