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

remove unused vars

üst cc9bc8f8
...@@ -342,7 +342,6 @@ dnr_AddrToStr(self, args) ...@@ -342,7 +342,6 @@ dnr_AddrToStr(self, args)
OSErr err; OSErr err;
unsigned long ipaddr; unsigned long ipaddr;
char ipname[16]; char ipname[16];
object *rv;
if (!newgetargs(args, "l", &ipaddr)) if (!newgetargs(args, "l", &ipaddr))
return NULL; return NULL;
...@@ -436,7 +435,7 @@ static struct methodlist dnr_methods[] = { ...@@ -436,7 +435,7 @@ static struct methodlist dnr_methods[] = {
void void
initmacdnr() initmacdnr()
{ {
object *m, *d, *o; object *m, *d;
/* Create the module and add the functions */ /* Create the module and add the functions */
m = initmodule("macdnr", dnr_methods); m = initmodule("macdnr", dnr_methods);
......
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