From a2275bdd636987abcf002fad000c4f02d615d219 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Fri, 24 Mar 2017 23:54:58 +0100 Subject: cmFileCommand: remove unnecessary friend declaration --- Source/cmFileCommand.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index 97292f9..7a6e2b7 100644 --- a/Source/cmFileCommand.cxx +++ b/Source/cmFileCommand.cxx @@ -1028,8 +1028,6 @@ protected: { } }; - struct MatchRule; - friend struct MatchRule; struct MatchRule { cmsys::RegularExpression Regex; -- cgit v0.12