OSDN Git Service

Don't check if this == NULL.
authorDan Albert <danalbert@google.com>
Tue, 9 Sep 2014 01:59:09 +0000 (18:59 -0700)
committerDan Albert <danalbert@google.com>
Wed, 17 Sep 2014 00:52:06 +0000 (17:52 -0700)
commit1474f8864faafebc92ff79959bb5c698bd29b704
tree7e60cb941b744698bb8bf40e81f50ff14c46e987
parent86aeb9ef154d7aa63c58cbe5be62e5b61d6ae5fa
Don't check if this == NULL.

Entering a method with this == NULL is undefined behavior. Clang whines
about this.

Change-Id: Ibde628395ca10dfef0d2f59e81280576f104b83c
libs/binder/IInterface.cpp
libs/gui/LayerState.cpp
services/surfaceflinger/SurfaceFlinger.cpp