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

Commit 1ed0b587 authored by Jozef BABJAK's avatar Jozef BABJAK Committed by Steve Kondik
Browse files

Removing self-assignment statement.

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