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

Commit b98c8fca authored by Brad Fitzpatrick's avatar Brad Fitzpatrick Committed by Android Code Review
Browse files

Merge "Removing self-assignment statement."

parents 8b5345fb c0079254
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -585,7 +585,6 @@ public final class BearerData {
                    uData.payload = new byte[0];
                    uData.numFields = 0;
                } else {
                    uData.payload = uData.payload;
                    uData.numFields = uData.payload.length;
                }
            } else {