tunused variable - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit b9d0739c2047ea62fab581196c5b4a28e2601c6e
DIR parent 64055489f6fde138ba72ec51df5fb319544ec770
HTML Author: rsc <devnull@localhost>
Date: Sun, 20 Jun 2004 16:30:27 +0000
unused variable
Diffstat:
M src/cmd/acme/text.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/src/cmd/acme/text.c b/src/cmd/acme/text.c
t@@ -637,7 +637,6 @@ texttype(Text *t, Rune r)
int nr;
Rune *rp;
Text *u;
- int precise;
if(t->what!=Body && r=='\n')
return;