summaryrefslogtreecommitdiffstats
path: root/memfilepersistence/src/vespa/memfilepersistence/common/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'memfilepersistence/src/vespa/memfilepersistence/common/options.h')
-rw-r--r--memfilepersistence/src/vespa/memfilepersistence/common/options.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/memfilepersistence/src/vespa/memfilepersistence/common/options.h b/memfilepersistence/src/vespa/memfilepersistence/common/options.h
index 3dd01fbc18e..a7310c236a1 100644
--- a/memfilepersistence/src/vespa/memfilepersistence/common/options.h
+++ b/memfilepersistence/src/vespa/memfilepersistence/common/options.h
@@ -68,12 +68,9 @@ struct Options : public vespalib::Printable
* such that the current defaults can be easily viewed.
*/
Options();
-
Options(const Options &) noexcept;
- Options & operator=(const Options &) noexcept;
-
-
- ~Options() { }
+ Options & operator=(const Options &);
+ ~Options();
Options(const vespa::config::storage::StorMemfilepersistenceConfig& newConfig,
const vespa::config::content::PersistenceConfig& newPersistenceConfig);