Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9bc8f commit e9f29bfCopy full SHA for e9f29bf
1 file changed
Mac/Unsupported/mactcp/macdnrmodule.c
@@ -342,7 +342,6 @@ dnr_AddrToStr(self, args)
342
OSErr err;
343
unsigned long ipaddr;
344
char ipname[16];
345
- object *rv;
346
347
if (!newgetargs(args, "l", &ipaddr))
348
return NULL;
@@ -436,7 +435,7 @@ static struct methodlist dnr_methods[] = {
436
435
void
437
initmacdnr()
438
{
439
- object *m, *d, *o;
+ object *m, *d;
440
441
/* Create the module and add the functions */
442
m = initmodule("macdnr", dnr_methods);
0 commit comments