Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove an empty file (thx, sonar)
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 20 May 2017 23:23:05 +0000 (01:23 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 20 May 2017 23:26:29 +0000 (01:26 +0200)
include/xbt/memory.hpp [deleted file]
src/mc/checker/LivenessChecker.hpp
src/mc/mc_checkpoint.cpp
tools/cmake/DefinePackages.cmake

diff --git a/include/xbt/memory.hpp b/include/xbt/memory.hpp
deleted file mode 100644 (file)
index 3673943..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Copyright (c) 2016. 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. */
-
-#ifndef SIMGRIX_XBT_MEMORY_HPP
-#define SIMGRIX_XBT_MEMORY_HPP
-
-#include <memory>
-
-namespace simgrid {
-namespace xbt {
-
-}
-}
-
-#endif
index a428ac8..9b095c1 100644 (file)
@@ -17,7 +17,6 @@
 #include <simgrid_config.h>
 #include <xbt/base.h>
 #include <xbt/automaton.h>
-#include <xbt/memory.hpp>
 #include "src/mc/mc_state.h"
 #include "src/mc/checker/Checker.hpp"
 
index 3716919..f1b4c2d 100644 (file)
 
 #include "src/internal_config.h"
 #include "src/mc/mc_private.h"
-#include "xbt/module.h"
-#include <xbt/mmalloc.h>
-#include <xbt/memory.hpp>
 #include "src/smpi/private.h"
+#include "xbt/mmalloc.h"
+#include "xbt/module.h"
 
 #include "src/xbt/mmalloc/mmprivate.h"
 
index f69d5df..e513d43 100644 (file)
@@ -727,7 +727,6 @@ set(headers_to_install
   include/xbt/log.hpp
   include/xbt/mallocator.h
   include/xbt/matrix.h
-  include/xbt/memory.hpp
   include/xbt/misc.h
   include/xbt/mmalloc.h
   include/xbt/module.h