Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion FileCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ typedef struct {
/* this could be an array but for now let's keep it as a struct */
typedef struct {
OPMocked op[OP_MAX]; /* int for now.. could use function later */
int offset;
} OverloadFTOps;

/* function prototypes */
Expand Down
Loading