Skip to content

Commit

Permalink
fw: Remove dead keyword handle, fix clear
Browse files Browse the repository at this point in the history
  • Loading branch information
agkaminski committed Aug 17, 2024
1 parent 44df15b commit 2f70bde
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions firmware/basic/interpreter.c
Original file line number Diff line number Diff line change
Expand Up @@ -660,12 +660,6 @@ static void intr_if(void)
}
}

static void intr_dim(void)
{
/* TODO */
intr_die(-ENOSYS);
}

static void intr_gosub(void)
{
struct gosub_elem *new;
Expand Down Expand Up @@ -726,7 +720,6 @@ int8_t intr_line(const char *line)
intr_next,
intr_goto,
intr_if,
intr_dim,
intr_gosub,
intr_return,
intr_clear
Expand Down

0 comments on commit 2f70bde

Please sign in to comment.