1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

remove unused instance of Random

This commit is contained in:
Kyle Spearrin
2016-10-10 22:09:58 -04:00
parent bb37372be0
commit 9c0c819dce

View File

@@ -15,7 +15,6 @@ namespace Bit.App.Services
private const string PreviousKeyKey = "previousKey";
private const int InitializationVectorSize = 16;
private readonly Random _random = new Random();
private readonly ISecureStorageService _secureStorage;
private readonly IKeyDerivationService _keyDerivationService;
private byte[] _key;