removed some unused variables
This commit is contained in:
parent
4f0b3578a1
commit
12a028160f
@ -158,9 +158,6 @@ wr_open(f)
|
|||||||
wr_close()
|
wr_close()
|
||||||
{
|
{
|
||||||
register struct fil *ptr;
|
register struct fil *ptr;
|
||||||
#ifndef OUTSEEK
|
|
||||||
register int *fdp;
|
|
||||||
#endif /* not OUTSEEK */
|
|
||||||
|
|
||||||
for (ptr = &__parts[PARTEMIT]; ptr < &__parts[NPARTS]; ptr++) {
|
for (ptr = &__parts[PARTEMIT]; ptr < &__parts[NPARTS]; ptr++) {
|
||||||
__wr_flush(ptr);
|
__wr_flush(ptr);
|
||||||
@ -338,8 +335,6 @@ wr_name(name, cnt)
|
|||||||
register struct outname *name;
|
register struct outname *name;
|
||||||
unsigned int cnt;
|
unsigned int cnt;
|
||||||
{
|
{
|
||||||
register unsigned int i = cnt;
|
|
||||||
|
|
||||||
#if ! (BYTES_REVERSED || WORDS_REVERSED)
|
#if ! (BYTES_REVERSED || WORDS_REVERSED)
|
||||||
if (sizeof(struct outname) != SZ_NAME)
|
if (sizeof(struct outname) != SZ_NAME)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user