diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-05-29 23:55:06 -0400 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-05-30 21:12:51 -0400 |
| commit | 4658f892823f367920b4a636496fe8537331b834 (patch) | |
| tree | e2843bc0ccc42e95026c6e27f2fba328cddbd336 /src/pj_init.c | |
| parent | 3a84f039c4e7e91c8aecec790b948cb9b4c7f955 (diff) | |
| download | PROJ-4658f892823f367920b4a636496fe8537331b834.tar.gz PROJ-4658f892823f367920b4a636496fe8537331b834.zip | |
Remove unused variables.
Diffstat (limited to 'src/pj_init.c')
| -rw-r--r-- | src/pj_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pj_init.c b/src/pj_init.c index bea4f86c..a7de2df4 100644 --- a/src/pj_init.c +++ b/src/pj_init.c @@ -422,7 +422,6 @@ pj_init_ctx(projCtx ctx, int argc, char **argv) { /* check if +init present */ if (pj_param(ctx, start, "tinit").i) { - paralist *last = curr; int found_def = 0; if (!(curr = get_init(ctx,&start, curr, |
