diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-03-24 22:54:58 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-03-29 16:48:47 (GMT) |
commit | a2275bdd636987abcf002fad000c4f02d615d219 (patch) | |
tree | fbe5e5fcc7eaca54c9a38f09b9e9e61983e44bb8 /Source/cmFileCommand.cxx | |
parent | 6a5a214f43cccc83fbe3dd6de4747aba43088701 (diff) | |
download | CMake-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.cxx | 2 |
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; |