From 0cfb376070a4bef7b4168a9795e025437e1be79f Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sun, 21 Oct 2012 11:25:08 -0400 Subject: fix clang warnings reported by Tuncer Ayaz R=rsc http://codereview.appspot.com/6744054 --- src/cmd/astro/jup.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cmd/astro') 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; -- cgit v1.2.3