Skip to content
Commit 50148aea authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Remove an unnecessary null check

This CL removes an unnecessary null check for readability.

The following method is guaranteed to return a non-null object.

  SubtypeUtils.getImplicitlyApplicableSubtypesLocked()

Hence the null check in the caller side is unnecessary.

Bug: 249648819
Test: presubmit
Change-Id: Ief6db743fe676c8ec0d0c878c8ddf767f71433e7
parent 2dbc157f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment