Kaydet (Commit) 4f1691d0 authored tarafından Guido van Rossum's avatar Guido van Rossum

Remove redundant vars

üst 0c182a13
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment