Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 392dbeeb authored by Akilesh Kailash's avatar Akilesh Kailash
Browse files

Remove invalid error message in the merge path.



Bug: 167409187
Test: Compile snapuserd
Signed-off-by: default avatarAkilesh Kailash <akailash@google.com>
Change-Id: I7a494627b001cb5be20ac6b1bbded64574c3cec0
parent 9e082d49
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -391,8 +391,6 @@ int Snapuserd::GetNumberOfMergedOps(void* merged_buffer, void* unmerged_buffer,
    }

    if (*copy_op) {
        SNAP_LOG(ERROR) << "Invalid batch merge of copy ops: merged_ops_cur_iter: "
                        << merged_ops_cur_iter;
        CHECK(merged_ops_cur_iter == 1);
    }
    return merged_ops_cur_iter;