# HG changeset patch # User timothy.murphy@nokia.com # Date 1267458552 -7200 # Node ID 4c84bb0f4c678723a1301761d6ab594aed049100 # Parent 366461bbefaec665dc4e177eada731a23fe76b9e spelling mistake. Remove unused variable diff -r 366461bbefae -r 4c84bb0f4c67 sbsv2/raptor/util/talon/talon.c --- a/sbsv2/raptor/util/talon/talon.c Mon Mar 01 01:04:37 2010 +0200 +++ b/sbsv2/raptor/util/talon/talon.c Mon Mar 01 17:49:12 2010 +0200 @@ -244,12 +244,10 @@ #ifdef HAS_WINSOCK2 WSADATA wsaData; - int wsaresult; - - wsaresult = WSAStartup(MAKEWORD(2,2), &wsaData); + WSAStartup(MAKEWORD(2,2), &wsaData); /* We ignore the result as we are only doing this to use gethostname - and if that fails then leaving the host atrtibute blank is perfectly + and if that fails then leaving the host attribute blank is perfectly acceptable. */