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

Commit 2abc46ac authored by Benedict Wong's avatar Benedict Wong
Browse files

Remove unused variable in MtuUtils

Bug: 8675309
Test: atest FrameworksNetTests
Change-Id: If2abfec1e5755b3f8cc17fb307ec3e1633bb3e18
parent 82ded9e0
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;