Skip to content

Commit a62015d

Browse files
committed
🐛 Solve typedef issue
Just solving typedef issue
1 parent 5d111cf commit a62015d

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

inc/eth-cpuid-flag.h

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@
33

44
///////////////////////////////////////
55
//
6-
// FLAG
7-
//
8-
//////////////////////////////////////
9-
10-
typedef enum eth_cpuid_feat_flag_t eth_cpuid_feat_flag_t;
11-
12-
///////////////////////////////////////
13-
//
14-
// ENUM
6+
// CPUID FLAGS
157
//
168
//////////////////////////////////////
179

inc/eth-types.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
//
1818
//////////////////////////////////////
1919

20-
typedef enum eth_bool_t eth_bool_t;
21-
2220
enum eth_bool_t
2321
{
2422
FALSE,

0 commit comments

Comments
 (0)