9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [PATCH] tee: remove unused variable in
@ 2022-11-09 13:46 mkf9
  2022-11-15 22:07 ` mkf9
  2022-11-16  1:47 ` Sigrid Solveig Haflínudóttir
  0 siblings, 2 replies; 7+ messages in thread
From: mkf9 @ 2022-11-09 13:46 UTC (permalink / raw)
  To: 9front

--- /sys/src/cmd/tee.c
+++ tee.c
@@ -9,7 +9,6 @@
 	FDSTART = 3,
 };
 
-int	uflag;
 int	aflag;
 
 char in[8192];
@@ -32,7 +31,6 @@
 		break;
 
 	case 'u':
-		uflag++;
 		/* uflag is ignored and undocumented; it's a relic from Unix */
 		break;

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-11-16 10:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-09 13:46 [9front] [PATCH] tee: remove unused variable in mkf9
2022-11-15 22:07 ` mkf9
2022-11-16  1:47 ` Sigrid Solveig Haflínudóttir
2022-11-16  2:57   ` Michael Forney
2022-11-16  3:01     ` Sigrid Solveig Haflínudóttir
2022-11-16  3:09     ` ori
2022-11-16 10:34   ` mkf9

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).