mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
86d4a3db92
commit
92476c76f3
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ static char *prepare_dives_for_divelogs(const bool selected)
|
||||||
char filename[PATH_MAX], *tempfile;
|
char filename[PATH_MAX], *tempfile;
|
||||||
int streamsize;
|
int streamsize;
|
||||||
char *membuf;
|
char *membuf;
|
||||||
xmlDoc *doc;
|
|
||||||
xsltStylesheetPtr xslt = NULL;
|
xsltStylesheetPtr xslt = NULL;
|
||||||
xmlDoc *transformed;
|
xmlDoc *transformed;
|
||||||
struct zip_source *s[dive_table.nr];
|
struct zip_source *s[dive_table.nr];
|
||||||
|
|
Loading…
Add table
Reference in a new issue