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/cs2cs.c | |
| parent | 3a84f039c4e7e91c8aecec790b948cb9b4c7f955 (diff) | |
| download | PROJ-4658f892823f367920b4a636496fe8537331b834.tar.gz PROJ-4658f892823f367920b4a636496fe8537331b834.zip | |
Remove unused variables.
Diffstat (limited to 'src/cs2cs.c')
| -rw-r--r-- | src/cs2cs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cs2cs.c b/src/cs2cs.c index 357c4859..9a61993e 100644 --- a/src/cs2cs.c +++ b/src/cs2cs.c @@ -53,7 +53,6 @@ tag = '#'; /* beginning of line tag character */ "%s\nusage: %s [ -eEfIlrstvwW [args] ] [ +opts[=arg] ]\n" " [+to [+opts[=arg] [ files ]\n"; -static struct FACTORS facs; static double (*informat)(const char *, char **); /* input data deformatter function */ |
