Commit 00b7568e authored by Cedric Roux's avatar Cedric Roux

warning fix: remove duplicate typedef for 'instance_t'

I chose to remove it from common/utils/itti/itti_types.h,
maybe it's not the correct solution.
parent 9df4a491
...@@ -71,7 +71,5 @@ typedef struct { ...@@ -71,7 +71,5 @@ typedef struct {
#define INSTANCE_DEFAULT (UINT16_MAX - 1) #define INSTANCE_DEFAULT (UINT16_MAX - 1)
#define INSTANCE_ALL (UINT16_MAX) #define INSTANCE_ALL (UINT16_MAX)
typedef uint16_t instance_t;
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment