Skip to content

Commit

Permalink
netconsole: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lnykryn committed Aug 27, 2024
1 parent 0f85a3d commit 370b5f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions usr/libexec/netconsole
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

PATH=/sbin:/usr/sbin:$PATH
RETVAL=0
SERVER_ADDRESS_RESOLUTION=

# Check that networking is up.
. /etc/sysconfig/network
Expand All @@ -36,8 +35,6 @@ SYSLOGADDR=
SYSLOGPORT=514
SYSLOGMACADDR=

kernel=$(uname -r | cut -d. -f1-2)

usage ()
{
echo $"Usage: $0 {start|stop|status|restart|condrestart}" 1>&2
Expand Down

0 comments on commit 370b5f4

Please sign in to comment.