[windows] Remove unused pybind exception params
authorNathaniel McVicar <namcvica@microsoft.com>
Tue, 31 May 2022 17:03:48 +0000 (10:03 -0700)
committerStella Stamenova <stilis@microsoft.com>
Tue, 31 May 2022 19:36:57 +0000 (12:36 -0700)
commit8fb1bef60f0bf2f7d8bcb7069f3f543c02248ac9
tree6ad18bd5f2b1290f9c095f71799606b78a2850f7
parent2a42f7f72a138db541fd3f5c0f14998f197d406d
[windows] Remove unused pybind exception params

Resolve MSVC warning C4104 for unreferenced variable

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D126683
mlir/lib/Bindings/Python/IRInterfaces.cpp