removed some unused variables
authorceriel <none@none>
Thu, 16 Nov 1989 16:08:59 +0000 (16:08 +0000)
committerceriel <none@none>
Thu, 16 Nov 1989 16:08:59 +0000 (16:08 +0000)
modules/src/object/wr.c

index 532dc6c..d3df4d3 100644 (file)
@@ -158,9 +158,6 @@ wr_open(f)
 wr_close()
 {
        register struct fil *ptr;
-#ifndef OUTSEEK
-       register int *fdp;
-#endif /* not OUTSEEK */
 
        for (ptr = &__parts[PARTEMIT]; ptr < &__parts[NPARTS]; ptr++) {
                __wr_flush(ptr);
@@ -338,8 +335,6 @@ wr_name(name, cnt)
        register struct outname *name;
        unsigned int cnt;
 {
-       register unsigned int i = cnt;
-
 #if ! (BYTES_REVERSED || WORDS_REVERSED)
        if (sizeof(struct outname) != SZ_NAME)
 #endif