Przeglądaj źródła

remove unused variables

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46436 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 14 lat temu
rodzic
commit
e303673887
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      raster/r.drain/main.c

+ 1 - 1
raster/r.drain/main.c

@@ -643,7 +643,7 @@ struct point *drain_cost(int dir_fd, struct point *list, int nrow, int ncol)
      * read next. This is repeated via a while loop until a null direction is found.
      */
 
-    int neighbour, row, col, next_row, next_col, go = 1;
+    int neighbour, next_row, next_col, go = 1;
     DCELL direction;
     DCELL *dir_buf;