Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9f29bf

Browse files
committed
remove unused vars
1 parent cc9bc8f commit e9f29bf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Mac/Unsupported/mactcp/macdnrmodule.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ dnr_AddrToStr(self, args)
342342
OSErr err;
343343
unsigned long ipaddr;
344344
char ipname[16];
345-
object *rv;
346345

347346
if (!newgetargs(args, "l", &ipaddr))
348347
return NULL;
@@ -436,7 +435,7 @@ static struct methodlist dnr_methods[] = {
436435
void
437436
initmacdnr()
438437
{
439-
object *m, *d, *o;
438+
object *m, *d;
440439

441440
/* Create the module and add the functions */
442441
m = initmodule("macdnr", dnr_methods);

0 commit comments

Comments
 (0)