Remove redundant control check
control was set, but it was not ever used because it was set again some lines later.
This commit is contained in:
parent
69d1fe06a9
commit
5bb90125c8
1 changed files with 0 additions and 1 deletions
1
st.c
1
st.c
|
@ -2648,7 +2648,6 @@ tputc(char *c, int len) {
|
||||||
c = "\357\277\275"; /* UTF_INVALID */
|
c = "\357\277\275"; /* UTF_INVALID */
|
||||||
width = 1;
|
width = 1;
|
||||||
}
|
}
|
||||||
control = ISCONTROLC1(unicodep);
|
|
||||||
ascii = unicodep;
|
ascii = unicodep;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue