From a42d8c5bb935a1e6107c8f78a23dfa3897b81bc0 Mon Sep 17 00:00:00 2001 From: Waruna Wickramasingha Date: Wed, 29 Jan 2025 14:50:52 +0000 Subject: [PATCH] removed unused self --- Framework/PythonInterface/mantid/kernel/src/Exports/Quat.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Framework/PythonInterface/mantid/kernel/src/Exports/Quat.cpp b/Framework/PythonInterface/mantid/kernel/src/Exports/Quat.cpp index 549d8870d678..ac3f89c6577f 100644 --- a/Framework/PythonInterface/mantid/kernel/src/Exports/Quat.cpp +++ b/Framework/PythonInterface/mantid/kernel/src/Exports/Quat.cpp @@ -18,7 +18,6 @@ using boost::python::class_; using boost::python::copy_const_reference; using boost::python::init; using boost::python::return_value_policy; -using boost::python::self; using Mantid::Kernel::Quat; using Mantid::Kernel::V3D; /**