From 014df67fed72cf83651a3589729da7840641e408 Mon Sep 17 00:00:00 2001 From: seelabs Date: Tue, 13 Aug 2019 11:58:09 -0700 Subject: [PATCH] Remove unused member variable --- src/ripple/app/paths/impl/Steps.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ripple/app/paths/impl/Steps.h b/src/ripple/app/paths/impl/Steps.h index 123ae5f7f9..f7e2534a43 100644 --- a/src/ripple/app/paths/impl/Steps.h +++ b/src/ripple/app/paths/impl/Steps.h @@ -453,7 +453,6 @@ class FlowException : public std::runtime_error { public: TER ter; - std::string msg; FlowException (TER t, std::string const& msg) : std::runtime_error (msg)