mirror of
https://github.com/bitwarden/android.git
synced 2024-12-20 00:02:58 +03:00
remove unused instance of Random
This commit is contained in:
parent
bb37372be0
commit
9c0c819dce
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue