소스 검색

Remove redundant control check

control was set, but it was not ever used because it was set
again some lines later.
Roberto E. Vargas Caballero 10 년 전
부모
커밋
5bb90125c8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      st.c

+ 0 - 1
st.c

@@ -2648,7 +2648,6 @@ tputc(char *c, int len) {
 			c = "\357\277\275";	/* UTF_INVALID */
 			width = 1;
 		}
-		control = ISCONTROLC1(unicodep);
 		ascii = unicodep;
 	}