[Mlir-commits] [mlir] fa1ab9e - [mlir] Remove unused using llvm::Twine declaration (NFC).
Adrian Kuegel
llvmlistbot at llvm.org
Mon Apr 17 04:16:35 PDT 2023
Author: Adrian Kuegel
Date: 2023-04-17T13:15:45+02:00
New Revision: fa1ab9edd25422efaa56af01d1f621876891e970
URL: https://github.com/llvm/llvm-project/commit/fa1ab9edd25422efaa56af01d1f621876891e970
DIFF: https://github.com/llvm/llvm-project/commit/fa1ab9edd25422efaa56af01d1f621876891e970.diff
LOG: [mlir] Remove unused using llvm::Twine declaration (NFC).
Added:
Modified:
mlir/lib/Bindings/Python/IRAttributes.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Bindings/Python/IRAttributes.cpp b/mlir/lib/Bindings/Python/IRAttributes.cpp
index 4a43ffbc0f3e9..5e7138b21c752 100644
--- a/mlir/lib/Bindings/Python/IRAttributes.cpp
+++ b/mlir/lib/Bindings/Python/IRAttributes.cpp
@@ -21,7 +21,6 @@ using namespace mlir;
using namespace mlir::python;
using llvm::SmallVector;
-using llvm::Twine;
//------------------------------------------------------------------------------
// Docstrings (trivial, non-duplicated docstrings are included inline).
More information about the Mlir-commits
mailing list