]> granicus.if.org Git - transmission/commitdiff
(trunk libT) utils-test.c: remove some debugging stubs that should not have been...
authorJordan Lee <jordan@transmissionbt.com>
Thu, 24 Feb 2011 04:16:47 +0000 (04:16 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Thu, 24 Feb 2011 04:16:47 +0000 (04:16 +0000)
libtransmission/utils-test.c

index 581383a26a4c1af1fa911cd70c1d4d7280332866..611bfb83fce19492accac2f3839651ba44c24ce3 100644 (file)
@@ -461,12 +461,6 @@ main( void )
     int   i;
     int   l;
 
-fprintf( stderr, "sizeof time_t %zu\n", sizeof(time_t));
-fprintf( stderr, "sizeof char[20] %zu\n", (size_t)20);
-fprintf( stderr, "sizeof uint8_t %zu\n", sizeof(uint8_t));
-fprintf( stderr, "sizeof blah %zu\n", sizeof(struct blah));
-return 0;
-
     /* base64 */
     out = tr_base64_encode( "YOYO!", -1, &len );
     check( out );