diff options
author | Russ Cox <rsc@swtch.com> | 2012-10-21 11:25:08 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2012-10-21 11:25:08 -0400 |
commit | 0cfb376070a4bef7b4168a9795e025437e1be79f (patch) | |
tree | 9cea2b3befd9183d11ccc0745a81658d5956e4d7 /src/cmd/astro | |
parent | 34d629c8572518afe0a1d5698d7b184938e35a8f (diff) | |
download | plan9port-0cfb376070a4bef7b4168a9795e025437e1be79f.tar.gz plan9port-0cfb376070a4bef7b4168a9795e025437e1be79f.tar.bz2 plan9port-0cfb376070a4bef7b4168a9795e025437e1be79f.zip |
fix clang warnings reported by Tuncer Ayaz
R=rsc
http://codereview.appspot.com/6744054
Diffstat (limited to 'src/cmd/astro')
-rw-r--r-- | src/cmd/astro/jup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd/astro/jup.c b/src/cmd/astro/jup.c index a3353382..e4072342 100644 --- a/src/cmd/astro/jup.c +++ b/src/cmd/astro/jup.c @@ -16,8 +16,6 @@ jup(void) anom = 225.22165 + .0830912*eday - .0484*capt; motion = 299.1284/3600.; - - anom = anom; incl *= radian; node *= radian; argp *= radian; |