Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
few smells less in MC
[simgrid.git] / src / mc / AddressSpace.cpp
diff --git a/src/mc/AddressSpace.cpp b/src/mc/AddressSpace.cpp
deleted file mode 100644 (file)
index e84bac2..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Copyright (c) 2008-2015. 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 "src/mc/AddressSpace.hpp"
-
-namespace simgrid {
-namespace mc {
-
-AddressSpace::~AddressSpace()
-{
-}
-
-}
-}