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