mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove unused member variable
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user