mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 06:25:51 +00:00
Comment out unused variables.
This commit is contained in:
@@ -628,8 +628,8 @@ public:
|
||||
// std::string getText() const;
|
||||
Json::Value getJson(int) const;
|
||||
|
||||
uint160 mCurrencyID;
|
||||
uint160 mCurrentAccount; // what account is at the end of the path
|
||||
// uint160 mCurrencyID;
|
||||
// uint160 mCurrentAccount; // what account is at the end of the path
|
||||
|
||||
std::vector<STPathElement>::iterator begin() { return mPath.begin(); }
|
||||
std::vector<STPathElement>::iterator end() { return mPath.end(); }
|
||||
|
||||
Reference in New Issue
Block a user