Revision: 8427 https://osdn.net/projects/ttssh2/scm/svn/commits/8427 Author: zmatsuo Date: 2019-12-01 00:31:58 +0900 (Sun, 01 Dec 2019) Log Message: ----------- 未使用変数の削除 - ビルド時に警告 - warning C4101: 'msgW': ローカル変数は 1 度も使われていません。 - [Ttssh2-devel 4404] Modified Paths: -------------- trunk/ttssh2/ttxssh/ssh.c -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/ssh.c =================================================================== --- trunk/ttssh2/ttxssh/ssh.c 2019-11-30 09:07:34 UTC (rev 8426) +++ trunk/ttssh2/ttxssh/ssh.c 2019-11-30 15:31:58 UTC (rev 8427) @@ -7566,7 +7566,6 @@ if (msglen > 0) { char *msg, *msgA; - wchar_t *msgW; if (pvar->authbanner_buffer == NULL) { pvar->authbanner_buffer = buffer_init();