[Groonga-commit] groonga/groonga [master] Remove unused variables

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Nov 12 10:10:54 JST 2012


HAYASHI Kentaro	2012-11-12 10:10:54 +0900 (Mon, 12 Nov 2012)

  New Revision: 18d1490b40127149eae55e3b6875772a1cf204d9
  https://github.com/groonga/groonga/commit/18d1490b40127149eae55e3b6875772a1cf204d9

  Log:
    Remove unused variables

  Modified files:
    lib/geo.c

  Modified: lib/geo.c (+0 -2)
===================================================================
--- lib/geo.c    2012-11-10 00:16:39 +0900 (94596f6)
+++ lib/geo.c    2012-11-12 10:10:54 +0900 (59e362d)
@@ -1993,8 +1993,6 @@ geo_distance_rectangle_short_dist_type(quadrant_type quad_type,
 {
   double distance;
   double slope, intercept, longitude_delta, latitude_delta;
-  double intercept_edge;
-  double first_longitude, first_latitude, third_longitude, third_latitude;
 
   longitude_delta = lng2 - lng1;
   latitude_delta = lat2 - lat1;
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index