From f1ffac8757e18533d81d1afd0925a4c89e9c4d5a Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Sat, 2 Feb 2013 19:11:35 -0800 Subject: [PATCH] Comment out unused variables. --- src/cpp/ripple/SerializedTypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cpp/ripple/SerializedTypes.h b/src/cpp/ripple/SerializedTypes.h index fd0c2fc6f..2ca0d7421 100644 --- a/src/cpp/ripple/SerializedTypes.h +++ b/src/cpp/ripple/SerializedTypes.h @@ -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::iterator begin() { return mPath.begin(); } std::vector::iterator end() { return mPath.end(); }