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