Remove unused variable in MtuUtils

Test: atest FrameworksNetTests
Change-Id: If2abfec1e5755b3f8cc17fb307ec3e1633bb3e18
This commit is contained in:
Benedict Wong
2021-04-12 15:55:51 -07:00
parent 8fac2ea3f3
commit 57fc53d21e

View File

@@ -113,7 +113,6 @@ public class MtuUtils {
return IPV6_MIN_MTU;
}
boolean hasUnknownAlgorithm = false;
int maxAuthOverhead = 0;
int maxCryptOverhead = 0;
int maxAuthCryptOverhead = 0;