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

Commit d0c5b56e authored by Steven Moreland's avatar Steven Moreland
Browse files

Camera: remove unused variable

Test: pass
Change-Id: Ic382adca84ed16826fb56ebd20c573fdf8021d7b
parent fa3ad588
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -437,7 +437,6 @@ void CameraDeviceSession::sProcessCaptureResult(
    bool hasInputBuf = (hal_result->input_buffer != nullptr);
    size_t numOutputBufs = hal_result->num_output_buffers;
    size_t numBufs = numOutputBufs + (hasInputBuf ? 1 : 0);
    Status status = Status::OK;
    {
        Mutex::Autolock _l(d->mInflightLock);
        if (hasInputBuf) {