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

Commit 57fc53d2 authored by Benedict Wong's avatar Benedict Wong
Browse files

Remove unused variable in MtuUtils

Test: atest FrameworksNetTests
Change-Id: If2abfec1e5755b3f8cc17fb307ec3e1633bb3e18
parent 8fac2ea3
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;