diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-03-12 20:25:56 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-03-12 20:25:56 +0100 |
| commit | cca88007d3425cfc9d0eabb0b12956e899193727 (patch) | |
| tree | 58b0a774d53ceb16cc216feb0bc9c2078c54c83f /src | |
| parent | 8ee42db63cb1e21d7c7531b9224d469bab8ce4d6 (diff) | |
| download | PROJ-cca88007d3425cfc9d0eabb0b12956e899193727.tar.gz PROJ-cca88007d3425cfc9d0eabb0b12956e899193727.zip | |
PJ_pipeline: remove unused sructure member (spotted by cppcheck)
Diffstat (limited to 'src')
| -rw-r--r-- | src/PJ_pipeline.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PJ_pipeline.c b/src/PJ_pipeline.c index 3890f552..3f61ad88 100644 --- a/src/PJ_pipeline.c +++ b/src/PJ_pipeline.c @@ -106,7 +106,6 @@ PROJ_HEAD(pipeline, "Transformation pipeline manager"); /* Projection specific elements for the PJ object */ struct pj_opaque { - int reversible; int steps; char **argv; char **current_argv; |
