From 6e83680bb7b407cf837480323503c2489fbf80f9 Mon Sep 17 00:00:00 2001 From: Olivier Stasse <olivier.stasse@laas.fr> Date: Tue, 24 Oct 2023 14:52:51 +0200 Subject: [PATCH] [interpreter] Remove unused member. --- include/dynamic-graph/python/interpreter.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/dynamic-graph/python/interpreter.hh b/include/dynamic-graph/python/interpreter.hh index 7ac7f05..6889cb4 100644 --- a/include/dynamic-graph/python/interpreter.hh +++ b/include/dynamic-graph/python/interpreter.hh @@ -51,8 +51,6 @@ class DYNAMIC_GRAPH_PYTHON_DLLAPI Interpreter { PyThreadState* _pyState; /// Pointer to the dictionary of global variables PyObject* globals_; - /// Pointer to the dictionary of local variables - PyObject* locals_; PyObject* mainmod_; }; } // namespace python -- GitLab