[mlir] Remove unused namespace alias.
authorAdrian Kuegel <akuegel@google.com>
Thu, 30 Sep 2021 11:50:31 +0000 (13:50 +0200)
committerAdrian Kuegel <akuegel@google.com>
Thu, 30 Sep 2021 11:50:31 +0000 (13:50 +0200)
mlir/lib/Bindings/Python/Conversions/Conversions.cpp

index f8b3b20..c9d3801 100644 (file)
@@ -10,8 +10,6 @@
 
 #include <pybind11/pybind11.h>
 
-namespace py = pybind11;
-
 // -----------------------------------------------------------------------------
 // Module initialization.
 // -----------------------------------------------------------------------------