From 1b1c8cc765c4e5fb6047913a63a8579018aaad03 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 22 Jul 2012 11:38:33 +0200 Subject: [PATCH] useless tiny cleanups that should be done all over the place --- src/simix/smx_global.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/simix/smx_global.c b/src/simix/smx_global.c index 52c0aca250..da1f2ccc14 100644 --- a/src/simix/smx_global.c +++ b/src/simix/smx_global.c @@ -1,5 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2007-2012. 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. */ @@ -23,8 +22,6 @@ static void* SIMIX_action_mallocator_new_f(void); static void SIMIX_action_mallocator_free_f(void* action); static void SIMIX_action_mallocator_reset_f(void* action); -extern void smx_ctx_raw_new_sr(void); - /* FIXME: Yeah, I'll do it in a portable maner one day [Mt] */ #include -- 2.20.1