浏览代码

fix -Wunused-const-variable compiler warnings (#2159)

Nicklas Larsson 3 年之前
父节点
当前提交
9e4e322502
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      raster/r.terraflow/sweep.cpp

+ 0 - 5
raster/r.terraflow/sweep.cpp

@@ -34,11 +34,6 @@
 #include "sortutils.h"
 
 
-/* frequency; used to print progress dots */
-static const int DOT_CYCLE = 50;
-static const int PQSIZE_CYCLE = 100;
-
-
 /* globals in common.H
 
 extern statsRecorder *stats;       stats file