summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorExpressionNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGeneratorExpressionNode.h')
-rw-r--r--Source/cmGeneratorExpressionNode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGeneratorExpressionNode.h b/Source/cmGeneratorExpressionNode.h
index 2d66727..725ff01 100644
--- a/Source/cmGeneratorExpressionNode.h
+++ b/Source/cmGeneratorExpressionNode.h
@@ -27,7 +27,6 @@
#include "cmListFileCache.h"
-//----------------------------------------------------------------------------
struct cmGeneratorExpressionNode
{
enum {
@@ -63,7 +62,6 @@ struct cmGeneratorExpressionNode
const std::string &identifier);
};
-//----------------------------------------------------------------------------
void reportError(cmGeneratorExpressionContext *context,
const std::string &expr, const std::string &result);