Skip to content

Commit 7fa93c2

Browse files
committed
Remove compatibility code
1 parent 0025daa commit 7fa93c2

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

include/cpp_event_framework/Statemachine.hxx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,6 @@ public:
152152
*/
153153
class Transition
154154
{
155-
public:
156-
/**
157-
* @brief Type of action handler (for compatibility, use Statemachine::ActionType instead)
158-
*
159-
*/
160-
using ActionType = Statemachine::ActionType;
161-
162155
private:
163156
// this class is for internal use by Statemachine only
164157
friend class Statemachine;

0 commit comments

Comments
 (0)