X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/48404c66fc4d8248308db1d1398cb79a6763077e..5b3677b425b9cc6949c1573d59ac772540cbf4b2:/include/xbt/dict.h diff --git a/include/xbt/dict.h b/include/xbt/dict.h index cf00544e1b..59415583af 100644 --- a/include/xbt/dict.h +++ b/include/xbt/dict.h @@ -1,12 +1,11 @@ /* xbt/dict.h -- api to a generic dictionary */ -/* Copyright (c) 2004-2011. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - #ifndef _XBT_DICT_H #define _XBT_DICT_H @@ -48,7 +47,6 @@ SG_BEGIN_DECL() typedef struct s_xbt_dict *xbt_dict_t; typedef struct s_xbt_dictelm *xbt_dictelm_t; -typedef struct s_xbt_dictelm s_xbt_dictelm_t; typedef struct s_xbt_dictelm { char *key; int key_len;