summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--memfilepersistence/src/vespa/memfilepersistence/common/options.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/memfilepersistence/src/vespa/memfilepersistence/common/options.h b/memfilepersistence/src/vespa/memfilepersistence/common/options.h
index 831f43ab603..a83657a9189 100644
--- a/memfilepersistence/src/vespa/memfilepersistence/common/options.h
+++ b/memfilepersistence/src/vespa/memfilepersistence/common/options.h
@@ -16,7 +16,6 @@
#pragma once
-#include <boost/operators.hpp>
#include <vespa/vespalib/util/printable.h>
#include <vespa/fastos/types.h> // For uint32_t on linux
#include <string>
@@ -29,8 +28,7 @@ namespace storage {
namespace memfile {
-struct Options : public vespalib::Printable,
- public boost::operators<Options>
+struct Options : public vespalib::Printable
{
// Parameters from def file. See config file for comments.