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

Commit bb208e65 authored by Peiyong Lin's avatar Peiyong Lin Committed by android-build-merger
Browse files

[SurfaceFlinger] Removed unreached return statement.

am: 63e3a5e6

Change-Id: Ia5255bc267762befdf281d0ca8539d04f0797888
parents 7af4f69a 63e3a5e6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -366,7 +366,6 @@ Error Display::getColorModes(std::vector<android::ui::ColorMode>* outModes) cons
{
    auto intError = mComposer.getColorModes(mId, outModes);
    return static_cast<Error>(intError);
    return Error::None;
}

std::vector<std::shared_ptr<const Display::Config>> Display::getConfigs() const