From 0bc3c74422f7bdcf29dfac9c366453928f0d3166 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Mon, 31 Oct 2011 00:13:27 +0900 Subject: [PATCH] removing unused variable --- main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main.c b/main.c index 7edce825..6b07b5ce 100644 --- a/main.c +++ b/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);