cmFileCommand: remove unnecessary friend declaration

This commit is contained in:
Daniel Pfeifer
2017-03-29 18:48:47 +02:00
parent 6a5a214f43
commit a2275bdd63
-2
View File
@@ -1028,8 +1028,6 @@ protected:
{
}
};
struct MatchRule;
friend struct MatchRule;
struct MatchRule
{
cmsys::RegularExpression Regex;