Skip to content

Commit

Permalink
Removing unused event definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
CIPop committed Apr 27, 2021
1 parent 289baad commit f82310b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion inc/hfsm.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ typedef struct hfsm_event hfsm_event;

extern const hfsm_event hfsm_entry_event;
extern const hfsm_event hfsm_exit_event;
extern const hfsm_event hfsm_timeout_event;
1 change: 0 additions & 1 deletion src/hfsm_common_events.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@

const hfsm_event hfsm_entry_event = { HFSM_ENTRY, NULL };
const hfsm_event hfsm_exit_event = { HFSM_EXIT, NULL };
const hfsm_event hfsm_timeout_event = { HFSM_TIMEOUT, NULL };

0 comments on commit f82310b

Please sign in to comment.