Skip to content

Commit d547bfb

Browse files
committed
remove useless typedef
1 parent 2a23f38 commit d547bfb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

driver.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ static int call_func(const char* name, int n) {
5252
return (int)LLVMGenericValueToInt(answer, 1);
5353
}
5454

55-
typedef int (*itoi_t)(int);
56-
5755
static int run_itoi(const char* name, int argc, const char* argv[]) {
5856
int n;
5957
if (argc < 2) {

0 commit comments

Comments
 (0)