projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b1b418
)
src/output/spv/spv.c (spv_read): Remove unused variable
author
John Darrington
<john@darrington.wattle.id.au>
Sat, 1 May 2021 05:35:50 +0000
(07:35 +0200)
committer
John Darrington
<john@darrington.wattle.id.au>
Sat, 1 May 2021 05:35:50 +0000
(07:35 +0200)
src/output/spv/spv.c
patch
|
blob
|
history
diff --git
a/src/output/spv/spv.c
b/src/output/spv/spv.c
index 2e5dd07b2bf426a2694d91a1afd5d3558ee9e56b..4547e967945a3c776cdcd97b9b9f6398de43694e 100644
(file)
--- a/
src/output/spv/spv.c
+++ b/
src/output/spv/spv.c
@@
-839,7
+839,6
@@
spv_read (const char *filename, struct output_item **outp,
if (psp)
*psp = NULL;
- struct spv_reader *spv = xzalloc (sizeof *spv);
struct zip_reader *zip;
char *error = zip_reader_create (filename, &zip);
if (error)