From 1b9fbfbdfcdaa152b15cbc48cd357fd979f6e7ad Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Fri, 26 Apr 2013 01:29:58 -0700 Subject: [PATCH] Fix a compilation error. --- src/cpp/ripple/PathDB.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpp/ripple/PathDB.h b/src/cpp/ripple/PathDB.h index 97e381e53..522e0a8f6 100644 --- a/src/cpp/ripple/PathDB.h +++ b/src/cpp/ripple/PathDB.h @@ -45,7 +45,7 @@ protected: boost::recursive_mutex mLock; TaggedCache mFromCache; TaggedCache mToCache; - std::set mDirtyPaths; +// std::set mDirtyPaths; public: