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

Commit 2f649b6f authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

Merge "Remove dead code" am: ce180df6

am: 025090c2

Change-Id: I112e9e12aea6850bdeadfeb1a6781ba40dece01b
parents 1840ece9 025090c2
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));
}