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

Commit 9ffd0ea3 authored by Anton Ivanov's avatar Anton Ivanov
Browse files

Remove spurious creation of sp<Choreographer>.

Bug: 393217449
Test: presubmit
Flag: EXEMPT_refactor
Change-Id: I7c9fe4881fdf2dd6065f1175f20bb93965d5103a
parent a3d7a6f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ sp<Choreographer> Choreographer::getForThread() {
            return nullptr;
        }
    }
    return gChoreographer.get();
    return gChoreographer;
}

Choreographer::Choreographer(const sp<Looper>& looper, const sp<IBinder>& layerHandle)