aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Bindings/Python/PybindUtils.cpp
diff options
context:
space:
mode:
authorMehdi Amini <joker.eph@gmail.com>2021-12-20 19:45:05 +0000
committerMehdi Amini <joker.eph@gmail.com>2021-12-20 20:25:01 +0000
commit02b6fb218e44490f3ea1597e35df1b1b66c6b869 (patch)
tree64123cc6af2a17d765e5908f403f0f16bd52f407 /mlir/lib/Bindings/Python/PybindUtils.cpp
parent3e5b1b77d554797d4305037334a220fe9bc633ab (diff)
downloadllvm-02b6fb218e44490f3ea1597e35df1b1b66c6b869.zip
llvm-02b6fb218e44490f3ea1597e35df1b1b66c6b869.tar.gz
llvm-02b6fb218e44490f3ea1597e35df1b1b66c6b869.tar.bz2
Fix clang-tidy issues in mlir/ (NFC)
Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D115956
Diffstat (limited to 'mlir/lib/Bindings/Python/PybindUtils.cpp')
-rw-r--r--mlir/lib/Bindings/Python/PybindUtils.cpp2
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();