From def7a785a546e25600c90782b8984e1adde9709b Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 20 Jan 2018 18:39:46 +0000 Subject: [PATCH] Remove some pointless code --- include/boost/container_hash/hash/hash.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/boost/container_hash/hash/hash.hpp b/include/boost/container_hash/hash/hash.hpp index c1b873e..961dda9 100644 --- a/include/boost/container_hash/hash/hash.hpp +++ b/include/boost/container_hash/hash/hash.hpp @@ -82,9 +82,6 @@ # define BOOST_HASH_HAS_STRING_VIEW 0 #endif -#if BOOST_HASH_HAS_STRING_VIEW -#endif - namespace boost { namespace hash_detail