summaryrefslogtreecommitdiff
path: root/mlir/test/python/python_test_ops.td
diff options
context:
space:
mode:
authorRahul Kayaith <rkayaith@gmail.com>2023-07-04 22:21:26 -0400
committerRahul Kayaith <rkayaith@gmail.com>2023-07-18 12:21:28 -0400
commit67a910bbff772ebf4c47e8b434b59cdc4820bb68 (patch)
tree36efefa4dbdf425286696184746020b8b250cfa1 /mlir/test/python/python_test_ops.td
parentfe22b9050c7296bc9d4d22d469f27b226153273d (diff)
[mlir][python] Remove PythonAttr mapping functionality
This functionality has been replaced by TypeCasters (see D151840) depends on D154468 Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D154469
Diffstat (limited to 'mlir/test/python/python_test_ops.td')
-rw-r--r--mlir/test/python/python_test_ops.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/mlir/test/python/python_test_ops.td b/mlir/test/python/python_test_ops.td
index 2fc78cbddcd5..2adbdcab7183 100644
--- a/mlir/test/python/python_test_ops.td
+++ b/mlir/test/python/python_test_ops.td
@@ -10,7 +10,6 @@
#define PYTHON_TEST_OPS
include "mlir/IR/AttrTypeBase.td"
-include "mlir/Bindings/Python/Attributes.td"
include "mlir/IR/OpBase.td"
include "mlir/Interfaces/InferTypeOpInterface.td"