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

Commit c0079254 authored by Jozef BABJAK's avatar Jozef BABJAK
Browse files

Removing self-assignment statement.

Change-Id: I429235093de4539bde3950075fbdaa4ef5bdeedd
parent 5d298602
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 {