From 9919841e4a8713bb1bfa6231b36f5f7c34630be7 Mon Sep 17 00:00:00 2001 From: Sameer Vijaykar Date: Fri, 16 Jun 2023 10:35:49 +0200 Subject: [PATCH] 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 Commit-Queue: Sameer Vijaykar Cr-Commit-Position: refs/heads/main@{#40306} --- api/legacy_stats_types.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/api/legacy_stats_types.h b/api/legacy_stats_types.h index 5cd3801d4b..e49cb6d6dd 100644 --- a/api/legacy_stats_types.h +++ b/api/legacy_stats_types.h @@ -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;