Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #154 from simgrid/partial_shared_malloc
[simgrid.git] / src / instr / instr_smpi.h
index d80aed2..e0040f7 100644 (file)
@@ -1,3 +1,8 @@
+/* Copyright (c) 2010-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 INSTR_SMPI_H_
 #define INSTR_SMPI_H_ 
 #ifdef __cplusplus
@@ -20,8 +25,6 @@ typedef struct smpi_trace_call_location {
 
 } smpi_trace_call_location_t;
 
-smpi_trace_call_location_t* smpi_trace_get_call_location();
-
 #ifdef __cplusplus
 }
 #endif