Skip to content

Commit

Permalink
Remove unused array
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikushin authored and bryanpkc committed Jun 28, 2023
1 parent 822b03a commit bad6b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/flang2/flang2exe/outliner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2340,7 +2340,7 @@ ll_make_outlined_ompaccel_call(SPTR parent_func_sptr, SPTR outlined_func)
OMPACCEL_TINFO *omptinfo;
omptinfo = ompaccel_tinfo_get(outlined_func);
nargs = omptinfo->n_symbols;
int args[nargs], garg_ilis[nargs];
int args[nargs];
DTYPE arg_dtypes[nargs];

DTYPEP(outlined_func, DT_NONE);
Expand Down

0 comments on commit bad6b06

Please sign in to comment.