diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2018-01-06 23:14:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-06 23:14:29 +0100 |
| commit | 4809a281abca09085cba6494a0da247c03f0a487 (patch) | |
| tree | 8d1b4a9ed2b9063957e86d80ce2fb7aabf9a75f9 /src | |
| parent | 42e3c6c2ae465ff3dd7397afe5487513b170e7cf (diff) | |
| download | PROJ-4809a281abca09085cba6494a0da247c03f0a487.tar.gz PROJ-4809a281abca09085cba6494a0da247c03f0a487.zip | |
Remove unused typedef from pj_init.c
Diffstat (limited to 'src')
| -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 087a3096..862a6515 100644 --- a/src/pj_init.c +++ b/src/pj_init.c @@ -471,7 +471,6 @@ pj_init(int argc, char **argv) { typedef PJ *(constructor)(PJ *); -typedef constructor *(*function_returning_constructor)(const char *); static constructor *pj_constructor (const char *name) { int i; |
