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:
parent
c929ab49b9
commit
9919841e4a
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user