From: Kazu Hirata Date: Fri, 23 Jun 2023 06:45:53 +0000 (-0700) Subject: [mlir] Remove unused forward declaration QuantizedIntegerType X-Git-Tag: upstream/17.0.6~4127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ef2c644b673ecd4a6f933eed1f28ae5cbf609cf;p=platform%2Fupstream%2Fllvm.git [mlir] Remove unused forward declaration QuantizedIntegerType The declaration was added without a corresponding class definition by: commit 13bb8f491a1cb429226768cfd4ca6bcea3b938dd Author: Stella Laurenzo Date: Wed Apr 3 11:16:32 2019 -0700 --- diff --git a/mlir/include/mlir/Dialect/Quant/QuantTypes.h b/mlir/include/mlir/Dialect/Quant/QuantTypes.h index 260a9ba..2776b3e 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;