Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / mc / mc_hash.hpp
diff --git a/src/mc/mc_hash.hpp b/src/mc/mc_hash.hpp
deleted file mode 100644 (file)
index 4a8dd6a..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/* Copyright (c) 2007-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. */
-
-#ifndef SIMGRID_MC_HASH_HPP
-#define SIMGRID_MC_HASH_HPP
-
-#include <cstdint>
-#include <vector>
-
-#include "xbt/misc.h"
-#include "mc_snapshot.h"
-
-namespace simgrid {
-namespace mc {
-
-typedef std::uint64_t hash_type;
-
-XBT_PRIVATE hash_type hash(simgrid::mc::Snapshot const& snapshot);
-
-}
-}
-
-#endif