Skip to content

Commit cac4527

Browse files
committed
Remove unnecessary typedef for na_md_loop_t
1 parent fa505bd commit cac4527

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ext/numo/narray/ndloop.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ typedef struct NA_LOOP_XARGS {
3838
bool free_user_iter; // alloc LARG(lp,j).iter=lp->xargs[j].iter
3939
} na_loop_xargs_t;
4040

41-
typedef struct NA_MD_LOOP na_md_loop_t;
42-
4341
typedef struct NA_MD_LOOP {
4442
int narg;
4543
int nin;

0 commit comments

Comments
 (0)