Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ONGOING work on exceptions plus minor cleanups.
[simgrid.git] / testsuite / xbt / dynar_int.c
index 164f81e..7082478 100644 (file)
@@ -15,7 +15,6 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(test,"Logging specific to this test");
 int main(int argc,char *argv[]) {
    /* Vars_decl [doxygen cruft] */
    xbt_dynar_t d;
-   xbt_error_t errcode;
    int i,cpt,cursor;
    int *iptr;