Remove unnecessary PyErr_Clear().

This commit is contained in:
Guido van Rossum 1998-05-14 02:31:26 +00:00
parent 234e260d5e
commit ba7cc0cfba
1 changed files with 0 additions and 1 deletions

View File

@ -361,7 +361,6 @@ r_long64(p)
(void) PyFile_WriteString(
"Warning: un-marshal 64-bit int in 32-bit mode\n",
f);
PyErr_Clear();
}
#endif
return x;