Skip to content

Commit

Permalink
bpo-33958: Doc: Remove unused variable in example (pythonGH-7927)
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasreddy authored and methane committed Jun 28, 2018
1 parent aee5df5 commit 62b6cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/includes/run-func.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
int
main(int argc, char *argv[])
{
PyObject *pName, *pModule, *pDict, *pFunc;
PyObject *pName, *pModule, *pFunc;
PyObject *pArgs, *pValue;
int i;

Expand Down

0 comments on commit 62b6cea

Please sign in to comment.