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

Commit ea4537c9 authored by Benedict Wong's avatar Benedict Wong Committed by Gerrit Code Review
Browse files

Merge "Remove unused variable in MtuUtils"

parents 98833ee2 57fc53d2
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;