Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Aug 16, 2024
1 parent f50a8d4 commit 1f96475
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions suite/cstest/include/test_mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ typedef struct {
cs_opt opt;
} TestOptionMapEntry;

/// A map entry, mapping a Capstone enumeration value id
/// to its absolute value.
typedef struct {
const char *id;
uint32_t val;
} TestCSEnumEntry;

/// REMEMBER TO SORT AFTER EDIT
static const cs_enum_id_map test_arch_map[] = {
{ .str = "AArch64", .val = CS_ARCH_AARCH64 },
Expand Down

0 comments on commit 1f96475

Please sign in to comment.