From 0db035cc7b39a2098fa3baa41724c656398e7c82 Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Sat, 25 Aug 2007 01:22:27 +0000 Subject: [PATCH] Two unnecessary lines. git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@218 119443c7-1b9e-41f8-b6fc-b9c35fce742c --- upnp/src/uuid/uuid.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/upnp/src/uuid/uuid.c b/upnp/src/uuid/uuid.c index 5c35d4c..1170d04 100644 --- a/upnp/src/uuid/uuid.c +++ b/upnp/src/uuid/uuid.c @@ -117,9 +117,6 @@ uuid_unpack( uuid_upnp * u, u->time_hi_and_version, u->clock_seq_hi_and_reserved, u->clock_seq_low, u->node[0], u->node[1], u->node[2], u->node[3], u->node[4], u->node[5] ); - - *( out + 36 ) = '\0'; - }; /*-----------------------------------------------------------------------------*/ @@ -226,7 +223,6 @@ get_current_time( uuid_time_t * timestamp ) static int inited = 0; if( !inited ) { - get_system_time( &time_now ); uuids_this_tick = UUIDS_PER_TICK; inited = 1; };