prepare_dives_for_divelogs(): remove unused variable 'doc'

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2013-12-13 14:20:37 +02:00 committed by Dirk Hohndel
parent 86d4a3db92
commit 92476c76f3

View file

@ -112,7 +112,6 @@ static char *prepare_dives_for_divelogs(const bool selected)
char filename[PATH_MAX], *tempfile;
int streamsize;
char *membuf;
xmlDoc *doc;
xsltStylesheetPtr xslt = NULL;
xmlDoc *transformed;
struct zip_source *s[dive_table.nr];