]> git.mxchange.org Git - simgear.git/blobdiff - simgear/timing/sg_time.cxx
Fix failing BucketBox test
[simgear.git] / simgear / timing / sg_time.cxx
index bd50f95eadec605ba6e773b3634655ccdf9b0c52..105e7c5b479286f7917465404aed271c6c6b1a9a 100644 (file)
@@ -151,7 +151,6 @@ static double sidereal_course( time_t cur_time, const struct tm *gmt, double lng
 {
     time_t start_gmt, now;
     double diff, part, days, hours, lstTmp;
-    char tbuf[64];
   
     now = cur_time;
     start_gmt = sgTimeGetGMT(gmt->tm_year, 2, 21, 12, 0, 0);