]> granicus.if.org Git - clang/commitdiff
Removed line with typo (declared friendship with ASTContext). Line was
authorTed Kremenek <kremenek@apple.com>
Tue, 13 Nov 2007 22:57:59 +0000 (22:57 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 13 Nov 2007 22:57:59 +0000 (22:57 +0000)
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

index 900f261fe2804811b607e0b726fe262f9630bdc6..3a1b187e544a23df9f243b9c947efbd5521b0125 100644 (file)
@@ -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