removing unused variable

This commit is contained in:
Alex Shinn 2011-10-31 00:13:27 +09:00
parent 1e01258724
commit 0bc3c74422

1
main.c
View file

@ -100,7 +100,6 @@ static int sexp_save_image (sexp ctx, const char* path) {
sexp_heap heap; sexp_heap heap;
FILE* file; FILE* file;
struct sexp_image_header_t header; struct sexp_image_header_t header;
sexp_free_list q;
file = fopen(path, "w"); file = fopen(path, "w");
if (!file) { if (!file) {
fprintf(stderr, "couldn't open image file for writing: %s\n", path); fprintf(stderr, "couldn't open image file for writing: %s\n", path);