summaryrefslogtreecommitdiffstats
path: root/memfilepersistence
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-09-20 20:59:54 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-09-20 20:59:54 +0000
commitd07cc829c500ff1ef4284e067b1fb18def46d1be (patch)
treee72cb9862b8ef9c0e3dcbf7cbe52418dded7982f /memfilepersistence
parentffc03d64c7ac1e3dbf76e00bcc02e47c419dfdf9 (diff)
Remove unused functionality
Diffstat (limited to 'memfilepersistence')
-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.