From: Ted Kremenek Date: Tue, 13 Nov 2007 22:57:59 +0000 (+0000) Subject: Removed line with typo (declared friendship with ASTContext). Line was X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=950ba9cc6aaa508381fbf56224c68d2da81caa4b;p=clang Removed line with typo (declared friendship with ASTContext). Line was not needed since friendship is declared elsewhere. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44079 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Type.h b/include/clang/AST/Type.h index 900f261fe2..3a1b187e54 100644 --- a/include/clang/AST/Type.h +++ b/include/clang/AST/Type.h @@ -353,8 +353,6 @@ protected: /// EmitImpl - Subclasses must implement this method in order to /// be serialized. virtual void EmitImpl(llvm::Serializer& S) const; - - friend class ASTCotnext; }; /// BuiltinType - This class is used for builtin types like 'int'. Builtin