diff --git a/rtc_base/logging.h b/rtc_base/logging.h index b981357aae..eaa84e893a 100644 --- a/rtc_base/logging.h +++ b/rtc_base/logging.h @@ -88,11 +88,6 @@ enum LoggingSeverity { LS_WARNING, LS_ERROR, LS_NONE, - // Compatibility aliases, to be deleted. - // TODO(bugs.webrtc.org/13362): Remove usage and delete. - INFO [[deprecated("Use LS_INFO")]] = LS_INFO, - WARNING [[deprecated("Use LS_WARNING")]] = LS_WARNING, - LERROR [[deprecated("Use LS_ERROR")]] = LS_ERROR }; // LogErrorContext assists in interpreting the meaning of an error value.