storage/State: remove obsolete Boost compiler warning workaround

This commit is contained in:
Max Kellermann 2022-11-17 05:32:27 +01:00
parent 2e453ef58a
commit 3278ad2ed8

View File

@ -34,12 +34,6 @@
#include "Instance.hxx"
#include "Log.hxx"
#ifdef __clang__
/* ignore -Wcomma due to strange code in boost/array.hpp (in Boost
1.72) */
#pragma GCC diagnostic ignored "-Wcomma"
#endif
#include <functional> // for std::hash()
#define MOUNT_STATE_BEGIN "mount_begin"