Remove stale TODO from rtc_base/checks.h.

No-Try: True
Bug: webrtc:10198
Change-Id: I8dee808c399c2a4a4922ec23a42bc0916dd32f52
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/150796
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29006}
This commit is contained in:
Mirko Bonadei 2019-08-29 15:09:28 +02:00 committed by Commit Bot
parent 44dc241ae8
commit da2f4a3e0d

View File

@ -83,9 +83,6 @@ RTC_NORETURN void rtc_FatalMessage(const char* file, int line, const char* msg);
// RTC_DCHECK.
//
// - FATAL() aborts unconditionally.
//
// TODO(ajm): Ideally, checks.h would be combined with logging.h, but
// consolidation with system_wrappers/logging.h should happen first.
namespace rtc {
namespace webrtc_checks_impl {