plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit b9d0739c2047ea62fab581196c5b4a28e2601c6e
parent 64055489f6fde138ba72ec51df5fb319544ec770
Author: rsc <devnull@localhost>
Date:   Sun, 20 Jun 2004 16:30:27 +0000

unused variable

Diffstat:
Msrc/cmd/acme/text.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/cmd/acme/text.c b/src/cmd/acme/text.c @@ -637,7 +637,6 @@ texttype(Text *t, Rune r) int nr; Rune *rp; Text *u; - int precise; if(t->what!=Body && r=='\n') return;