Author: Erich Keane
Date: 2021-06-02T12:15:16-07:00
New Revision: 8beaca8c1493f576431c3687329860e918616cd9

URL: 
https://github.com/llvm/llvm-project/commit/8beaca8c1493f576431c3687329860e918616cd9
DIFF: 
https://github.com/llvm/llvm-project/commit/8beaca8c1493f576431c3687329860e918616cd9.diff

LOG: Remove unused function from a previous iteration of unique-stable-name

Added: 
    

Modified: 
    clang/lib/Sema/TreeTransform.h

Removed: 
    


################################################################################
diff  --git a/clang/lib/Sema/TreeTransform.h b/clang/lib/Sema/TreeTransform.h
index 1935bffccb6d..500f72d0cff3 100644
--- a/clang/lib/Sema/TreeTransform.h
+++ b/clang/lib/Sema/TreeTransform.h
@@ -2399,12 +2399,6 @@ class TreeTransform {
     return SEHFinallyStmt::Create(getSema().getASTContext(), Loc, Block);
   }
 
-  ExprResult RebuildSYCLUniqueStableNameExpr(SourceLocation OpLoc,
-                                             SourceLocation LParen,
-                                             SourceLocation RParen, Expr *E) {
-    return getSema().BuildSYCLUniqueStableNameExpr(OpLoc, LParen, RParen, E);
-  }
-
   ExprResult RebuildSYCLUniqueStableNameExpr(SourceLocation OpLoc,
                                              SourceLocation LParen,
                                              SourceLocation RParen,


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to