Wolfgang Ortmann 8 年之前
父节点
当前提交
753e896be1
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/KindConfig.h

+ 1 - 3
src/KindConfig.h

@@ -1,7 +1,6 @@
 #ifndef Kind_CONFIG_H
 #define Kind_CONFIG_H
 
-//#include <fstream>
 #include <map>
 #include <string>
 #include "Strings.h"
@@ -12,10 +11,9 @@ class KindConfig
 public:
   KindConfig() {}
   KindConfig(const std::string& fn);
-  //  KindConfig(std::istream& is);
 
   void addFile(const std::string& fn);
-  //  void addFile(std::istream& is);
+
   void addString(const std::string& key, const std::string& value)
   {
     settings[key].push_back(value);