mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Fix unused variable warning
This commit is contained in:
@@ -318,9 +318,9 @@ public:
|
||||
|
||||
if (result.wasOk ())
|
||||
{
|
||||
MasterRecord mr;
|
||||
//MasterRecord mr;
|
||||
|
||||
mr.version = 1;
|
||||
//mr.version = 1;
|
||||
|
||||
result = state->keyFile.write (buffer.getData (), buffer.getSize ());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user