X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a0fcde6efb589d65005c77e7d64b8634cbe277fc..b487d5a9259b88670b8cd97e9c16e4b000c11008:/src/include/mc/datatypes.h diff --git a/src/include/mc/datatypes.h b/src/include/mc/datatypes.h index ffc5d6f5bc..20805a8549 100644 --- a/src/include/mc/datatypes.h +++ b/src/include/mc/datatypes.h @@ -22,7 +22,6 @@ SG_BEGIN_DECL() typedef struct s_mc_transition *mc_transition_t; - /*********** Structures for snapshot comparison **************************/ typedef struct s_mc_heap_ignore_region{ @@ -44,17 +43,8 @@ typedef struct s_stack_region{ void heap_ignore_region_free(mc_heap_ignore_region_t r); void heap_ignore_region_free_voidp(void *r); -/************ Object info *************/ - -typedef struct s_mc_object_info s_mc_object_info_t, *mc_object_info_t; /************ DWARF structures *************/ -typedef int e_dw_type_type; - -typedef struct s_dw_type s_dw_type_t, *dw_type_t; - -char* get_type_description(mc_object_info_t info, char *type_name); - SG_END_DECL() #endif /* _MC_MC_H */