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

Commit 577cc147 authored by Benedict Wong's avatar Benedict Wong Committed by Automerger Merge Worker
Browse files

Merge "Remove unused variable in MtuUtils" am: ea4537c9 am: 5c174ce1

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1673535

Change-Id: Iae902f0511cebc016a40cf17f83efef987ab0107
parents 4aed3924 5c174ce1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -113,7 +113,6 @@ public class MtuUtils {
            return IPV6_MIN_MTU;
        }

        boolean hasUnknownAlgorithm = false;
        int maxAuthOverhead = 0;
        int maxCryptOverhead = 0;
        int maxAuthCryptOverhead = 0;