mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 06:40:48 -06:00
cmFileCommand: remove unnecessary friend declaration
This commit is contained in:
@@ -1028,8 +1028,6 @@ protected:
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
struct MatchRule;
|
|
||||||
friend struct MatchRule;
|
|
||||||
struct MatchRule
|
struct MatchRule
|
||||||
{
|
{
|
||||||
cmsys::RegularExpression Regex;
|
cmsys::RegularExpression Regex;
|
||||||
|
|||||||
Reference in New Issue
Block a user