diff options
| author | 2021-04-12 15:55:51 -0700 | |
|---|---|---|
| committer | 2021-04-12 15:55:51 -0700 | |
| commit | 57fc53d21e1b98cbadf014dd072abc02e6b8966d (patch) | |
| tree | 404ab7bf55d2c47bb597c1140a00c2ba19f0d061 | |
| parent | 8fac2ea3f3b07d674cae3c6fb608f6d636cf25cd (diff) | |
Remove unused variable in MtuUtils
Test: atest FrameworksNetTests
Change-Id: If2abfec1e5755b3f8cc17fb307ec3e1633bb3e18
| -rw-r--r-- | services/core/java/com/android/server/vcn/util/MtuUtils.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/vcn/util/MtuUtils.java b/services/core/java/com/android/server/vcn/util/MtuUtils.java index 49c1a02215e3..5d40cca3e19d 100644 --- a/services/core/java/com/android/server/vcn/util/MtuUtils.java +++ b/services/core/java/com/android/server/vcn/util/MtuUtils.java @@ -113,7 +113,6 @@ public class MtuUtils { return IPV6_MIN_MTU; } - boolean hasUnknownAlgorithm = false; int maxAuthOverhead = 0; int maxCryptOverhead = 0; int maxAuthCryptOverhead = 0; |