Skip to content

Commit 2600d59

Browse files
committed
Remove static Lmi & Lmist
1 parent 129f5ae commit 2600d59

5 files changed

Lines changed: 0 additions & 14 deletions

File tree

lib/dialects/aix/dmnt.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ static char copyright[] =
3939
* Local static definitions
4040
*/
4141

42-
static struct mounts *Lmi = (struct mounts *)NULL; /* local mount info */
43-
static int Lmist = 0; /* Lmi status */
44-
4542
/*
4643
* readmnt() - read mount table
4744
*/

lib/dialects/hpux/kmem/dmnt.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ typedef int time_t;
4444
* Local static definitions
4545
*/
4646

47-
static struct mounts *Lmi = (struct mounts *)NULL; /* local mount info */
48-
4947
/*
5048
* completevfs() - complete local vfs structure
5149
*/

lib/dialects/osr/dmnt.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ static char copyright[] =
3939
* Local static definitions
4040
*/
4141

42-
static struct mounts *Lmi = (struct mounts *)NULL; /* local mount info */
43-
static int Lmist = 0; /* Lmi status */
44-
4542
/*
4643
* readmnt() - read mount table
4744
*/

lib/dialects/uw/dmnt.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ static char copyright[] =
3939
* Local static definitions
4040
*/
4141

42-
static struct mounts *Lmi = (struct mounts *)NULL; /* local mount info */
43-
static int Lmist = 0; /* Lmi status */
44-
4542
/*
4643
* readmnt() - read mount table
4744
*/

lib/rmnt.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@
6565
* Local static definitions
6666
*/
6767

68-
static struct mounts *Lmi = (struct mounts *)NULL; /* local mount info */
69-
static int Lmist = 0; /* Lmi status */
70-
7168
/*
7269
* readmnt() - read mount table
7370
*/

0 commit comments

Comments
 (0)