Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused typedefs.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 5 Mar 2018 15:23:53 +0000 (16:23 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 7 Mar 2018 08:35:55 +0000 (09:35 +0100)
include/xbt/automaton.h
src/include/mc/datatypes.h
src/smpi/include/smpi_utils.hpp

index 2d0d94e..a0f9013 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011-2015. The SimGrid Team.
+/* Copyright (c) 2011-2018. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -55,7 +55,6 @@ typedef struct xbt_automaton_transition {
 
 typedef struct xbt_automaton_transition* xbt_automaton_transition_t;
 
 
 typedef struct xbt_automaton_transition* xbt_automaton_transition_t;
 
-typedef struct xbt_automaton_propositional_symbol s_xbt_automaton_propositional_symbol;
 typedef struct xbt_automaton_propositional_symbol* xbt_automaton_propositional_symbol_t;
 
 typedef int (*xbt_automaton_propositional_symbol_callback_type)(void*);
 typedef struct xbt_automaton_propositional_symbol* xbt_automaton_propositional_symbol_t;
 
 typedef int (*xbt_automaton_propositional_symbol_callback_type)(void*);
index 401fca0..d145b55 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008-2017. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2008-2018. 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. */
 
 /* 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. */
@@ -25,7 +25,6 @@ struct s_stack_region{
   int process_index;
 };
 typedef struct s_stack_region  s_stack_region_t;
   int process_index;
 };
 typedef struct s_stack_region  s_stack_region_t;
-typedef struct s_stack_region* stack_region_t;
 
 SG_END_DECL()
 
 
 SG_END_DECL()
 
index 972e285..038a40b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016-2017. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2016-2018. 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. */
 
 /* 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. */
@@ -17,7 +17,6 @@ struct s_smpi_factor_t {
   size_t factor = 0;
   std::vector<double> values;
 };
   size_t factor = 0;
   std::vector<double> values;
 };
-typedef s_smpi_factor_t* smpi_os_factor_t;
 }
 
 XBT_PUBLIC(std::vector<s_smpi_factor_t>) parse_factor(std::string smpi_coef_string);
 }
 
 XBT_PUBLIC(std::vector<s_smpi_factor_t>) parse_factor(std::string smpi_coef_string);