Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first try at killing GRAS -- does not compile yet
[simgrid.git] / teshsuite / gras / empty_main / empty_main.c
diff --git a/teshsuite/gras/empty_main/empty_main.c b/teshsuite/gras/empty_main/empty_main.c
deleted file mode 100644 (file)
index f2a9d00..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/* $Id: gras.c 3859 2007-07-18 12:29:51Z donassbr $ */
-
-/* empty_main.c -- check what happens when the processes do nothing         */
-/* Thanks to Loris Marshal for reporting a problem in that case             */
-
-/* Copyright (c) 2008, 2009, 2010. 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. */
-
-
-#include "gras.h"
-
-int function(int argc, char *argv[]);
-
-int function(int argc, char *argv[])
-{
-  gras_init(&argc, argv);
-  //  gras_os_sleep(3);
-  gras_exit();
-  return 0;
-}