From 6e08c8aeaa114fc8a86a4ec041e42bff8893a468 Mon Sep 17 00:00:00 2001
From: Ansgar Burchardt <burchardt@igpm.rwth-aachen.de>
Date: Fri, 17 Jul 2015 14:39:51 +0200
Subject: [PATCH] doc: HAVE_DUNE_HASH is always defined

Since de43058433c5168fa8fb522ab4ec3b747055b20f HAVE_DUNE_HASH is
always defined.
---
 dune/common/hash.hh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dune/common/hash.hh b/dune/common/hash.hh
index fb436c1a2..75d8fce12 100644
--- a/dune/common/hash.hh
+++ b/dune/common/hash.hh
@@ -284,7 +284,6 @@ namespace Dune {
 
   //! Calculates the hash value of arg and combines it in-place with seed.
   /**
-   * \note This function is only available if the macro `HAVE_DUNE_HASH` is defined.
    *
    * \param seed  The hash value that will be combined with the hash of arg.
    * \param arg   The object for which to calculate a hash value and combine it with seed.
@@ -297,7 +296,6 @@ namespace Dune {
 
   //! Hashes all elements in the range [first,last) and returns the combined hash.
   /**
-   * \note This function is only available if the macro `HAVE_DUNE_HASH` is defined.
    *
    * \param first  Iterator pointing to the first object to hash.
    * \param last   Iterator pointing one past the last object to hash.
@@ -318,7 +316,6 @@ namespace Dune {
 
   //! Hashes all elements in the range [first,last) and combines the hashes in-place with seed.
   /**
-   * \note This function is only available if the macro `HAVE_DUNE_HASH` is defined.
    *
    * \param seed   Start value that will be combined with the hash values of all objects in
    *               the range using hash_combine() in sequential fashion.
-- 
GitLab