summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2017-03-24 22:54:58 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2017-03-29 16:48:47 (GMT)
commita2275bdd636987abcf002fad000c4f02d615d219 (patch)
treefbe5e5fcc7eaca54c9a38f09b9e9e61983e44bb8 /Source/cmFileCommand.cxx
parent6a5a214f43cccc83fbe3dd6de4747aba43088701 (diff)
downloadCMake-a2275bdd636987abcf002fad000c4f02d615d219.zip
CMake-a2275bdd636987abcf002fad000c4f02d615d219.tar.gz
CMake-a2275bdd636987abcf002fad000c4f02d615d219.tar.bz2
cmFileCommand: remove unnecessary friend declaration
Diffstat (limited to 'Source/cmFileCommand.cxx')
-rw-r--r--Source/cmFileCommand.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx
index 97292f9..7a6e2b7 100644
--- a/Source/cmFileCommand.cxx
+++ b/Source/cmFileCommand.cxx
@@ -1028,8 +1028,6 @@ protected:
{
}
};
- struct MatchRule;
- friend struct MatchRule;
struct MatchRule
{
cmsys::RegularExpression Regex;