Skip to content

Commit b0b4bbf

Browse files
committed
fix: Global variable definitions of rkhsm unit tests
1 parent d9933e7 commit b0b4bbf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/sm/test/test_rkhsm.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ static const RKH_ST_T *targetStates[16], *exitStates[16], *entryStates[16];
117117
static RKH_ST_T *expectedState;
118118
static RKH_RCODE_T result;
119119
static int first = 1;
120-
int GlobalExpectCount;
121-
int GlobalVerifyOrder;
122-
char *GlobalOrderError;
123120

124121
/* ----------------------- Local function prototypes ----------------------- */
125122
/* ---------------------------- Local functions ---------------------------- */

0 commit comments

Comments
 (0)