From eed5a72ff8bfdeaf1a95930840f2fcddd833f653 Mon Sep 17 00:00:00 2001 From: suter Date: Fri, 30 May 2014 23:48:29 +0200 Subject: [PATCH] remove duplicated line --- include/simgrid/platf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index 9a86f63676..edcd3016ac 100644 --- a/include/simgrid/platf.h +++ b/include/simgrid/platf.h @@ -363,7 +363,6 @@ XBT_PUBLIC(void) sg_platf_new_prop (sg_platf_prop_cbarg_t prop); // Add a prop XBT_PUBLIC(void) sg_platf_new_trace(sg_platf_trace_cbarg_t trace); XBT_PUBLIC(void) sg_platf_trace_connect(sg_platf_trace_connect_cbarg_t trace_connect); -XBT_PUBLIC(void) sg_platf_new_storage(sg_platf_storage_cbarg_t storage); // Add a storage to the currently described AS XBT_PUBLIC(void) sg_platf_new_storage(sg_platf_storage_cbarg_t storage); // Add a storage to the currently described AS XBT_PUBLIC(void) sg_platf_new_mstorage(sg_platf_mstorage_cbarg_t mstorage); XBT_PUBLIC(void) sg_platf_new_storage_type(sg_platf_storage_type_cbarg_t storage_type); -- 2.20.1