Merge "Remove unused variable in MtuUtils"

This commit is contained in:
Benedict Wong
2021-04-13 21:10:31 +00:00
committed by Gerrit Code Review

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;