Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
useless tiny cleanups that should be done all over the place
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 22 Jul 2012 09:38:33 +0000 (11:38 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 22 Jul 2012 09:38:33 +0000 (11:38 +0200)
src/simix/smx_global.c

index 52c0aca..da1f2cc 100644 (file)
@@ -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 <signal.h>