[clang] 8beaca8 - Remove unused function from a previous iteration of unique-stable-name

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 2 12:15:24 PDT 2021


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,


        


More information about the cfe-commits mailing list