Skip to content

Commit

Permalink
printer: delete unused local variable
Browse files Browse the repository at this point in the history
Must have copied the function and forgotten about the variable.
  • Loading branch information
matheusmoreira committed Dec 17, 2023
1 parent 0e88654 commit 026fed4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/lone/lisp/printer.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ static void lone_print_bytes(struct lone_lisp *lone, struct lone_value bytes, in
static void lone_print_list(struct lone_lisp *lone, struct lone_value list, int fd)
{
struct lone_value first, rest;
struct lone_heap_value *actual;

first = lone_list_first(list);
rest = lone_list_rest(list);
Expand Down

0 comments on commit 026fed4

Please sign in to comment.