Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill network_common.h: empty
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 13 Jul 2009 15:27:00 +0000 (15:27 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 13 Jul 2009 15:27:00 +0000 (15:27 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6476 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/Makefile.am
src/surf/network_common.h [deleted file]
src/surf/network_constant.c
src/surf/network_private.h
src/surf/workstation.c

index f60d142..085d6f0 100644 (file)
@@ -45,7 +45,6 @@ EXTRA_DIST= \
        surf/simgrid_dtd.c \
        surf/simgrid.dtd \
        surf/network_private.h \
-       surf/network_common.h \
        surf/network_gtnets_private.h \
        surf/gtnets/gtnets_interface.h \
        surf/gtnets/gtnets_simulator.h \
diff --git a/src/surf/network_common.h b/src/surf/network_common.h
deleted file mode 100644 (file)
index 9fcf31c..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/*     $Id$     */
-
-/* Copyright (c) 2004 Arnaud Legrand. 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. */
-
-#ifndef _SURF_NETWORK_COMMON_H
-#define _SURF_NETWORK_COMMON_H
-
-
-
-#endif /* _SURF_NETWORK_COMMON_H */
index 07c045f..4bc123c 100644 (file)
@@ -6,7 +6,6 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "surf_private.h"
-#include "network_common.h"
 #include "surf/random_mgr.h"
 #include "xbt/dict.h"
 #include "xbt/str.h"
index da65b00..d57d9ce 100644 (file)
@@ -9,7 +9,6 @@
 #define _SURF_NETWORK_PRIVATE_H
 
 #include "surf_private.h"
-#include "network_common.h"
 #include "xbt/dict.h"
 
 typedef struct network_link_CM02 {
index 7d5a655..ef35309 100644 (file)
@@ -9,7 +9,6 @@
 #include "xbt/dict.h"
 #include "portable.h"
 #include "surf_private.h"
-#include "network_common.h"
 
 typedef struct workstation_CLM03 {
   s_surf_resource_t generic_resource; /* Must remain first to add this to a trace */