Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tiny conflict resolution
[simgrid.git] / src / surf / storage_private.h
index 8f8aad9..d0a7265 100644 (file)
@@ -47,7 +47,6 @@ typedef struct surf_storage {
   size_t size;
   size_t used_size;
   char *type_id;
-  char *content_type;
   xbt_dynar_t write_actions;
 } s_storage_t, *storage_t;