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

Commit 025090c2 authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

Merge "Remove dead code"

am: ce180df6

Change-Id: I34bca1f2ff0e2221c0df447e5b8914deac49e03f
parents edaa87ed ce180df6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -123,7 +123,6 @@ void GraphicBuffer::dumpAllocationsToSystemLog()

ANativeWindowBuffer* GraphicBuffer::getNativeBuffer() const
{
    LOG_ALWAYS_FATAL_IF(this == NULL, "getNativeBuffer() called on NULL GraphicBuffer");
    return static_cast<ANativeWindowBuffer*>(
            const_cast<GraphicBuffer*>(this));
}