Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 8ff6f16

Browse files
Remove duplicate 'FML_DCHECK' in 'MessageLoopImpl::PostTask' (#34061)
1 parent 62fdb93 commit 8ff6f16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fml/message_loop_impl.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ MessageLoopImpl::~MessageLoopImpl() {
5656
void MessageLoopImpl::PostTask(const fml::closure& task,
5757
fml::TimePoint target_time) {
5858
FML_DCHECK(task != nullptr);
59-
FML_DCHECK(task != nullptr);
6059
if (terminated_) {
6160
// If the message loop has already been terminated, PostTask should destruct
6261
// |task| synchronously within this function.

0 commit comments

Comments
 (0)