test/buffer_tests.c

changeset 83
3b552d7a9610
parent 76
655020a30e77
child 95
ecfdc1c4a552
     1.1 --- a/test/buffer_tests.c	Fri Feb 08 11:25:04 2013 +0100
     1.2 +++ b/test/buffer_tests.c	Fri Feb 08 17:09:12 2013 +0100
     1.3 @@ -49,7 +49,6 @@
     1.4  
     1.5      UcxBuffer *b = ucx_buffer_new(buffer, 16, UCX_BUFFER_DEFAULT);
     1.6      b->size = b->capacity;
     1.7 -    int r;
     1.8  
     1.9      UCX_TEST_BEGIN
    1.10  
    1.11 @@ -117,7 +116,6 @@
    1.12  
    1.13      UcxBuffer *b = ucx_buffer_new(buffer, 16, UCX_BUFFER_DEFAULT);
    1.14      b->size = b->capacity;
    1.15 -    int r;
    1.16  
    1.17      UCX_TEST_BEGIN
    1.18  

mercurial