bpo-33958: Doc: Remove unused variable in example (GH-7927)

parent aee5df5e
......@@ -3,7 +3,7 @@
int
main(int argc, char *argv[])
{
PyObject *pName, *pModule, *pDict, *pFunc;
PyObject *pName, *pModule, *pFunc;
PyObject *pArgs, *pValue;
int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment