diff options
Diffstat (limited to 'mlir/lib/Bindings/Python/PybindUtils.cpp')
-rw-r--r-- | mlir/lib/Bindings/Python/PybindUtils.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mlir/lib/Bindings/Python/PybindUtils.cpp b/mlir/lib/Bindings/Python/PybindUtils.cpp index bd80b8c..d243307 100644 --- a/mlir/lib/Bindings/Python/PybindUtils.cpp +++ b/mlir/lib/Bindings/Python/PybindUtils.cpp @@ -8,8 +8,6 @@ #include "PybindUtils.h" -namespace py = pybind11; - pybind11::error_already_set mlir::python::SetPyError(PyObject *excClass, const llvm::Twine &message) { auto messageStr = message.str(); |