Remove Sema::addOverloadedOperatorToUnresolvedSet declaration. Its definition was...
authorYaron Keren <yaron.keren@gmail.com>
Wed, 12 Apr 2017 08:17:44 +0000 (08:17 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Wed, 12 Apr 2017 08:17:44 +0000 (08:17 +0000)
llvm-svn: 300036

clang/include/clang/Sema/Sema.h

index dbd1055..5a3cdfb 100644 (file)
@@ -2996,9 +2996,6 @@ public:
   void LookupOverloadedOperatorName(OverloadedOperatorKind Op, Scope *S,
                                     QualType T1, QualType T2,
                                     UnresolvedSetImpl &Functions);
-  void addOverloadedOperatorToUnresolvedSet(UnresolvedSetImpl &Functions,
-                                            DeclAccessPair Operator,
-                                            QualType T1, QualType T2);
 
   LabelDecl *LookupOrCreateLabel(IdentifierInfo *II, SourceLocation IdentLoc,
                                  SourceLocation GnuLabelLoc = SourceLocation());