From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Bitsch To: development@lists.ipfire.org Subject: Re: [PATCH 2/2] wio.cgi: Remove code lines that are commented out Date: Wed, 13 Apr 2022 11:06:05 +0200 Message-ID: In-Reply-To: <20220413080020.3664760-2-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8973419441134871028==" List-Id: --===============8973419441134871028== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Bernhard Bitsch Am 13.04.2022 um 10:00 schrieb Adolf Belka: > - These lines were introduced with another patch related to removing IPFire= start/stop > capability from wio > - The lines were introduced in commented out form and so are doing nothing. > - It looks like they were added as part of a debugging or investigation wor= k on wio >=20 > Signed-off-by: Adolf Belka > --- > src/wio/wio.cgi | 3 --- > 1 file changed, 3 deletions(-) >=20 > diff --git a/src/wio/wio.cgi b/src/wio/wio.cgi > index 1dcec52fe..a61102894 100644 > --- a/src/wio/wio.cgi > +++ b/src/wio/wio.cgi > @@ -128,9 +128,6 @@ my @devs_alt =3D ('green','blue','orange','red'); > =20 > my %ifacecolor =3D ( GREEN =3D> 'wio_run_green', BLUE =3D> 'wio_run_blue'= , ORANGE =3D> 'wio_run_orange'); > =20 > -#if ( $netsettings{'RED_TYPE'} eq 'STATIC' || $netsettings{'RED_TYPE'} eq = 'DHCP' ) { > -# %ifacecolor =3D ( %ifacecolor, RED =3D> 'wio_run_red' ); > -#} > =20 > &loadips(); > =20 --===============8973419441134871028==--