Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename file .h -> .hpp.
[simgrid.git] / src / include / surf / datatypes.h
diff --git a/src/include/surf/datatypes.h b/src/include/surf/datatypes.h
deleted file mode 100644 (file)
index 445ddc1..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Copyright (c) 2009-2017. 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 MAXMIN_DATATYPES_H
-#define MAXMIN_DATATYPES_H
-
-typedef struct s_lmm_element_t* lmm_element_t;
-typedef struct s_lmm_variable_t* lmm_variable_t;
-typedef struct s_lmm_constraint_t* lmm_constraint_t;
-typedef struct s_lmm_constraint_light_t* lmm_constraint_light_t;
-typedef struct s_lmm_system_t* lmm_system_t;
-
-#endif