diff --git a/multipy/runtime/interpreter/interpreter_impl.cpp b/multipy/runtime/interpreter/interpreter_impl.cpp index 3d5f38e1..2a27b01f 100644 --- a/multipy/runtime/interpreter/interpreter_impl.cpp +++ b/multipy/runtime/interpreter/interpreter_impl.cpp @@ -360,7 +360,6 @@ struct __attribute__((visibility("hidden"))) ConcreteInterpreterObj torch::deploy::Obj attr(const char* attribute) override { MULTIPY_SAFE_RETHROW { - bool a = hasattr(attribute); py::object pyObj = getPyObject().attr(attribute); std::shared_ptr cObj = std::make_shared(pyObj, owningSession_);