From 950ba9cc6aaa508381fbf56224c68d2da81caa4b Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Tue, 13 Nov 2007 22:57:59 +0000 Subject: [PATCH] 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 --- include/clang/AST/Type.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.40.0