removed some unused variables

This commit is contained in:
ceriel 1989-11-16 16:08:59 +00:00
parent 42a7f3d8e7
commit d4bcec7ec2

View 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