From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 22190 invoked from network); 15 Nov 2022 22:09:19 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 15 Nov 2022 22:09:19 -0000 Received: from mx0.riseup.net ([198.252.153.6]) by 9front; Tue Nov 15 17:07:50 -0500 2022 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4NBgKG4bYFz9s5l for <9front@9front.org>; Tue, 15 Nov 2022 22:07:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1668550066; bh=DkgxXdOUFVGsyfACM7tukqminJyVWSDvlPQFGLp/FeQ=; h=Date:From:To:In-Reply-To:References:Subject:From; b=n0pk0c8HOsNurHP5cZASFLxuSqGOaE5Ymm2W/KgTETqZ3+T7I1tSmPcZUkLk7urAr 7Er/Wch9zgtByE8I62IU+UN7yq7xQdxKOI7GTStNpYqMe9IC1/HcSAAabzpj8fdJIF jPuseyBONu79Ytv/YSfLDjuUre09ws1H6eXwnXdw= X-Riseup-User-ID: 6BE14B3C10988D33E1102E3FE8A4DB381E379E8C324A30882EDD00819AD42B8D Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4NBgKF5JKHz5vNf for <9front@9front.org>; Tue, 15 Nov 2022 22:07:45 +0000 (UTC) Date: Wed, 16 Nov 2022 01:37:40 +0330 (GMT+03:30) From: mkf9 To: 9front@9front.org Message-ID: In-Reply-To: <99952705f2a482416df3c41ce23702fa@riseup.net> References: <99952705f2a482416df3c41ce23702fa@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Correlation-ID: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: extended service rich-client SVG blockchain shader map/reduce cache Subject: Re: [9front] [PATCH] tee: remove unused variable in Reply-To: 9front@9front.org Precedence: bulk ping Nov 9, 2022 17:17:03 mkf9@riseup.net: > --- /sys/src/cmd/tee.c > +++ tee.c > @@ -9,7 +9,6 @@ > =C2=A0=C2=A0=C2=A0 FDSTART =3D 3, > }; > > -int=C2=A0=C2=A0=C2=A0 uflag; > int=C2=A0=C2=A0=C2=A0 aflag; > > char in[8192]; > @@ -32,7 +31,6 @@ > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 break; > > =C2=A0=C2=A0=C2=A0 case 'u': > -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 uflag++; > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 /* uflag is ignored and undocu= mented; it's a relic from Unix */ > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 break;