From 2c879d143d67b47261ea2dd9060bcaa30a495a24 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 10 Oct 2012 11:08:40 +0200 Subject: [PATCH] Remove needless declaration of static function. --- src/surf/surf_private.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index 6588dabb85..bc6057b1dd 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -212,8 +212,6 @@ XBT_PUBLIC(void) routing_get_route_and_latency(sg_routing_edge_t src, sg_routing /** * Resource protected methods */ -static XBT_INLINE xbt_dict_t surf_resource_properties(const void *resource); - XBT_PUBLIC(void) surfxml_bufferstack_push(int new); XBT_PUBLIC(void) surfxml_bufferstack_pop(int new); -- 2.20.1