[Mlir-commits] [mlir] 00e5de3 - [mlir] Remove unused forward declaration AffineSymbolExprStorage

Kazu Hirata llvmlistbot at llvm.org
Wed Jun 14 22:05:03 PDT 2023


Author: Kazu Hirata
Date: 2023-06-14T22:04:44-07:00
New Revision: 00e5de3e87e43d6947bf1cb2ae46154d0fab4083

URL: https://github.com/llvm/llvm-project/commit/00e5de3e87e43d6947bf1cb2ae46154d0fab4083
DIFF: https://github.com/llvm/llvm-project/commit/00e5de3e87e43d6947bf1cb2ae46154d0fab4083.diff

LOG: [mlir] Remove unused forward declaration AffineSymbolExprStorage

The corresponding struct definition was removed by:

  commit c74996d199e8931d4fc3d72acd50754b43c4ec2d
  Author: Alex Zinenko <zinenko at google.com>
  Date:   Tue May 21 01:34:13 2019 -0700

Added: 
    

Modified: 
    mlir/include/mlir/IR/AffineExpr.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/IR/AffineExpr.h b/mlir/include/mlir/IR/AffineExpr.h
index 74cd5e1e557d5..352c5873c0832 100644
--- a/mlir/include/mlir/IR/AffineExpr.h
+++ b/mlir/include/mlir/IR/AffineExpr.h
@@ -32,7 +32,6 @@ namespace detail {
 struct AffineExprStorage;
 struct AffineBinaryOpExprStorage;
 struct AffineDimExprStorage;
-struct AffineSymbolExprStorage;
 struct AffineConstantExprStorage;
 
 } // namespace detail


        


More information about the Mlir-commits mailing list