Skip to content
Snippets Groups Projects
Commit 6e83680b authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[interpreter] Remove unused member.

parent 231ae4ae
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment