cmFileCommand: remove unnecessary friend declaration

This commit is contained in:
Daniel Pfeifer
2017-03-24 23:54:58 +01:00
parent 6a5a214f43
commit a2275bdd63

View File

@@ -1028,8 +1028,6 @@ protected:
{ {
} }
}; };
struct MatchRule;
friend struct MatchRule;
struct MatchRule struct MatchRule
{ {
cmsys::RegularExpression Regex; cmsys::RegularExpression Regex;