mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix two Wunused-private-field warnings.
This commit is contained in:
committed by
Vinnie Falco
parent
ca8eda412e
commit
1161511207
@@ -22,10 +22,7 @@
|
||||
|
||||
namespace ripple {
|
||||
|
||||
LocalCredentials::LocalCredentials ()
|
||||
: mLedger (0)
|
||||
{
|
||||
}
|
||||
LocalCredentials::LocalCredentials () = default;
|
||||
|
||||
void LocalCredentials::start ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user