Remove preprocessor definition for StatsReport::Value::id_val()

This is no longer needed after downstream redefinitions are deleted.

Bug: webrtc:15241
Change-Id: Iea6839bff781fe7d0c56b4739f3d43398c70f2b3
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/308681
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Sameer Vijaykar <samvi@google.com>
Cr-Commit-Position: refs/heads/main@{#40306}
This commit is contained in:
Sameer Vijaykar 2023-06-16 10:35:49 +02:00 committed by WebRTC LUCI CQ
parent c929ab49b9
commit 9919841e4a

View File

@ -333,12 +333,6 @@ class RTC_EXPORT StatsReport {
bool bool_val() const;
const Id& id_val() const;
// TODO(bugs.webrtc.org/15241): remove this definition once downstream
// definitions of StatsReport::Value::id_val() have been deleted.
#ifndef WEBRTC_DEFINES_STATSREPORT_VALUE_ID_VAL
#define WEBRTC_DEFINES_STATSREPORT_VALUE_ID_VAL
#endif // WEBRTC_DEFINES_STATSREPORT_VALUE_ID_VAL
// Returns the string representation of `name`.
const char* display_name() const;