unused variable

This commit is contained in:
rsc 2004-06-20 16:30:27 +00:00
parent 64055489f6
commit b9d0739c20

View file

@ -637,7 +637,6 @@ texttype(Text *t, Rune r)
int nr; int nr;
Rune *rp; Rune *rp;
Text *u; Text *u;
int precise;
if(t->what!=Body && r=='\n') if(t->what!=Body && r=='\n')
return; return;