From 8edd44fc72a92b38a8ce5361ab9893e3058d8cdf Mon Sep 17 00:00:00 2001 From: Jacques Pienaar Date: Thu, 8 May 2025 10:03:06 -0700 Subject: [PATCH] Remove unused forward decl --- mlir/include/mlir/IR/Builders.h | 1 - 1 file changed, 1 deletion(-) diff --git a/mlir/include/mlir/IR/Builders.h b/mlir/include/mlir/IR/Builders.h index 96dd14f142328..3f7b3268dd085 100644 --- a/mlir/include/mlir/IR/Builders.h +++ b/mlir/include/mlir/IR/Builders.h @@ -21,7 +21,6 @@ class UnknownLoc; class FileLineColLoc; class FileLineColRange; class Type; -class PrimitiveType; class IntegerType; class FloatType; class FunctionType;