[win32] - fix comilation by removing a unused "int i;" - though i have no
authorMemphiz <memphis@machzwo.de>
Mon, 13 Jan 2014 18:52:58 +0000 (19:52 +0100)
committerMemphiz <memphis@machzwo.de>
Mon, 13 Jan 2014 18:52:58 +0000 (19:52 +0100)
clue why this fails with "';' missing before 'Typ'"

nsm/libnfs-raw-nsm.c

index cc3997d7964e85e7f0ae15d83e44705f293e102e..cee4d8910ee41ed702b4ce683e3d267fb8a0a679 100644 (file)
@@ -90,7 +90,6 @@ zdr_NSM1_MONargs (ZDR *zdrs, NSM1_MONargs *objp)
        register int32_t *buf;
        buf = NULL;
 
-       int i;
         if (!zdr_nsm_mon_id (zdrs, &objp->mon_id))
                 return FALSE;
         if (!zdr_opaque (zdrs, objp->priv, 16))