Skip to content

Commit

Permalink
Убраны ненужные tmp2 и arg4
Browse files Browse the repository at this point in the history
  • Loading branch information
etar125 committed Feb 16, 2025
1 parent 4f3a467 commit 76b37cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ int _pow(int i, int n);
tss_exception tss_docode(tss_varlist *list, char *code, size_t size) {
uint8_t argc = 0, iflvl = 0;
size_t i, ri = 0, line = 0, psize;
char *arg0, *arg1, *arg2, *arg3, *arg4,
*tmp1, *tmp2;
char *arg0, *arg1, *arg2, *arg3, //*arg4,
*tmp1;
tss_arg args[5];
for(uint8_t i = 0; i < 5; i++) {
args[i].data = NULL;
Expand Down

0 comments on commit 76b37cd

Please sign in to comment.