[Ttssh2-commit] [6146] 移動して使わなくなった関数を削除

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2015年 11月 17日 (火) 13:38:16 JST


Revision: 6146
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6146
Author:   maya
Date:     2015-11-17 13:38:16 +0900 (Tue, 17 Nov 2015)
Log Message:
-----------
移動して使わなくなった関数を削除

Modified Paths:
--------------
    trunk/ttssh2/ttxssh/hosts.c

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/hosts.c
===================================================================
--- trunk/ttssh2/ttxssh/hosts.c	2015-11-17 04:37:00 UTC (rev 6145)
+++ trunk/ttssh2/ttxssh/hosts.c	2015-11-17 04:38:16 UTC (rev 6146)
@@ -1457,18 +1457,6 @@
 	}
 }
 
-static char FAR *copy_mp_int(char FAR * num)
-{
-	int len = (get_ushort16_MSBfirst(num) + 7) / 8 + 2;
-	char FAR *result = (char FAR *) malloc(len);
-
-	if (result != NULL) {
-		memcpy(result, num, len);
-	}
-
-	return result;
-}
-
 //
 // \x93\xAF\x82\xB6\x83z\x83X\x83g\x82œ\xE0\x97e\x82̈قȂ\xE9\x83L\x81[\x82\xF0\x8D폜\x82\xB7\x82\xE9
 // add_host_key \x82̂\xA0\x82ƂɌĂԂ\xB1\x82\xC6



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