mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-07 05:06:37 +02:00
removing unused variable
This commit is contained in:
parent
1e01258724
commit
0bc3c74422
1 changed files with 0 additions and 1 deletions
1
main.c
1
main.c
|
@ -100,7 +100,6 @@ static int sexp_save_image (sexp ctx, const char* path) {
|
|||
sexp_heap heap;
|
||||
FILE* file;
|
||||
struct sexp_image_header_t header;
|
||||
sexp_free_list q;
|
||||
file = fopen(path, "w");
|
||||
if (!file) {
|
||||
fprintf(stderr, "couldn't open image file for writing: %s\n", path);
|
||||
|
|
Loading…
Add table
Reference in a new issue