Remove unused member variable in ApplyBaseView

This commit is contained in:
Scott Schurr
2016-07-14 17:38:09 -07:00
committed by Nik Bougalis
parent 11b64e049c
commit 6c8673c7c3

View File

@@ -131,7 +131,6 @@ protected:
ApplyFlags flags_;
ReadView const* base_;
detail::ApplyStateTable items_;
XRPAmount dropsDestroyed_ = 0;
};
} // detail