mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06: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