浏览代码

remove unused variable

George Ruinelli 3 年之前
父节点
当前提交
b215345f11
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.h

+ 0 - 1
code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.h

@@ -20,7 +20,6 @@ class ClassFlowCNNGeneral :
     public ClassFlowImage
 {
 protected:
-    //bool debugdetailgeneral = true; // TODO: This variable never gets set otherwise!
     t_CNNType CNNType;
     std::vector<general*> GENERAL;
     float CNNGoodThreshold;