ucx/test.c

changeset 138
7800811078b8
parent 134
4d320dc3a7af
child 177
11ad03783baf
     1.1 --- a/ucx/test.c	Fri Aug 09 15:29:26 2013 +0200
     1.2 +++ b/ucx/test.c	Mon Aug 12 14:39:51 2013 +0200
     1.3 @@ -28,12 +28,6 @@
     1.4  
     1.5  #include "test.h"
     1.6  
     1.7 -    
     1.8 -struct UcxTestList{
     1.9 -    UcxTest test;
    1.10 -    UcxTestList *next;
    1.11 -};
    1.12 -
    1.13  UcxTestSuite* ucx_test_suite_new() {
    1.14      UcxTestSuite* suite = (UcxTestSuite*) malloc(sizeof(UcxTestSuite));
    1.15      if (suite != NULL) {

mercurial