浏览代码

cmCTest: Remove unimplemented method.

Stephen Kelly 10 年之前
父节点
当前提交
caff8e5a3e
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      Source/cmTest.h

+ 0 - 5
Source/cmTest.h

@@ -40,11 +40,6 @@ public:
     return this->Command;
     }
 
-  /**
-   * Print the structure to std::cout.
-   */
-  void Print() const;
-
   ///! Set/Get a property of this source file
   void SetProperty(const std::string& prop, const char *value);
   void AppendProperty(const std::string& prop,