mirror of https://github.com/python/cpython
Remove redundant vars
This commit is contained in:
parent
0c182a1322
commit
4f1691d0d5
|
@ -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…
Reference in New Issue