mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Remove redundant vars
This commit is contained in:
parent
0c182a1322
commit
4f1691d0d5
1 changed files with 0 additions and 2 deletions
|
@ -87,7 +87,6 @@ reg_match(re, args)
|
|||
regexobject *re;
|
||||
object *args;
|
||||
{
|
||||
object *v;
|
||||
char *buffer;
|
||||
int size;
|
||||
int offset;
|
||||
|
@ -116,7 +115,6 @@ reg_search(re, args)
|
|||
regexobject *re;
|
||||
object *args;
|
||||
{
|
||||
object *v;
|
||||
char *buffer;
|
||||
int size;
|
||||
int offset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue