Remove unused member variable

This commit is contained in:
seelabs
2019-08-13 11:58:09 -07:00
parent 014ec021bb
commit 014df67fed

View File

@@ -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)