]> granicus.if.org Git - python/commitdiff
bpo-33958: Doc: Remove unused variable in example (GH-7927)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 28 Jun 2018 06:45:28 +0000 (23:45 -0700)
committerGitHub <noreply@github.com>
Thu, 28 Jun 2018 06:45:28 +0000 (23:45 -0700)
(cherry picked from commit 62b6cea6b843076cfd6631eccd9347e8c3dd9458)

Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <srinivasreddy@users.noreply.github.com>
Doc/includes/run-func.c

index ead7bdd23209a3d45eb498731454f427bf4fcb42..9caf1fdb20104af60af4e275acaa5682e180055f 100644 (file)
@@ -3,7 +3,7 @@
 int
 main(int argc, char *argv[])
 {
-    PyObject *pName, *pModule, *pDict, *pFunc;
+    PyObject *pName, *pModule, *pFunc;
     PyObject *pArgs, *pValue;
     int i;