[Mlir-commits] [mlir] 2ef2c64 - [mlir] Remove unused forward declaration QuantizedIntegerType

Kazu Hirata llvmlistbot at llvm.org
Thu Jun 22 23:46:03 PDT 2023


Author: Kazu Hirata
Date: 2023-06-22T23:45:53-07:00
New Revision: 2ef2c644b673ecd4a6f933eed1f28ae5cbf609cf

URL: https://github.com/llvm/llvm-project/commit/2ef2c644b673ecd4a6f933eed1f28ae5cbf609cf
DIFF: https://github.com/llvm/llvm-project/commit/2ef2c644b673ecd4a6f933eed1f28ae5cbf609cf.diff

LOG: [mlir] Remove unused forward declaration QuantizedIntegerType

The declaration was added without a corresponding class definition by:

  commit 13bb8f491a1cb429226768cfd4ca6bcea3b938dd
  Author: Stella Laurenzo <laurenzo at google.com>
  Date:   Wed Apr 3 11:16:32 2019 -0700

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/Quant/QuantTypes.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/Quant/QuantTypes.h b/mlir/include/mlir/Dialect/Quant/QuantTypes.h
index 260a9ba6f5641..2776b3e6e17ba 100644
--- a/mlir/include/mlir/Dialect/Quant/QuantTypes.h
+++ b/mlir/include/mlir/Dialect/Quant/QuantTypes.h
@@ -19,9 +19,6 @@
 
 namespace mlir {
 namespace quant {
-
-class QuantizedIntegerType;
-
 namespace detail {
 
 struct QuantizedTypeStorage;


        


More information about the Mlir-commits mailing list