forked from OSchip/llvm-project
Removed line with typo (declared friendship with ASTContext). Line was
not needed since friendship is declared elsewhere. llvm-svn: 44079
This commit is contained in:
parent
767e7507c2
commit
204a1d3976
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue