From 5baf3a09bbd7647fe4b30dfabeebdc5154de9548 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 30 May 2013 12:19:08 -0700 Subject: [PATCH] Remove obsolete parameter --- src/cpp/ripple/FeatureTable.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cpp/ripple/FeatureTable.h b/src/cpp/ripple/FeatureTable.h index b91523211..0adcf2bf3 100644 --- a/src/cpp/ripple/FeatureTable.h +++ b/src/cpp/ripple/FeatureTable.h @@ -21,7 +21,6 @@ public: class FeatureState { public: - uint256 mHash; // Feature hash bool mVetoed; // We don't want this feature enabled bool mEnabled; bool mSupported;