[Ttssh2-commit] [5572] 未使用変数の除去。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2014年 4月 20日 (日) 20:05:42 JST


Revision: 5572
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5572
Author:   yutakapon
Date:     2014-04-20 20:05:42 +0900 (Sun, 20 Apr 2014)
Log Message:
-----------
未使用変数の除去。

Modified Paths:
--------------
    trunk/teraterm/teraterm/vtterm.c

-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtterm.c
===================================================================
--- trunk/teraterm/teraterm/vtterm.c	2014-04-20 10:58:55 UTC (rev 5571)
+++ trunk/teraterm/teraterm/vtterm.c	2014-04-20 11:05:42 UTC (rev 5572)
@@ -3925,7 +3925,6 @@
 int TermcapString(unsigned char *buff, int buffsize, unsigned char *capname)
 {
 	int len = 0, l;
-	unsigned char c;
 	unsigned char *capval = NULL;
 
 	if (strcmp(capname, "Co") == 0 || strcmp(capname, "colors") == 0) {



Ttssh2-commit メーリングリストの案内
Back to archive index