diff options
Diffstat (limited to 'src/zenserver/projectstore/projectstore.h')
| -rw-r--r-- | src/zenserver/projectstore/projectstore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/zenserver/projectstore/projectstore.h b/src/zenserver/projectstore/projectstore.h index 273a6d5c4..2552f657f 100644 --- a/src/zenserver/projectstore/projectstore.h +++ b/src/zenserver/projectstore/projectstore.h @@ -65,7 +65,6 @@ class ProjectStore : public RefCounted, public GcStorage, public GcContributor, public: struct Configuration { - bool StoreAttachmentMetaData = false; }; ProjectStore(CidStore& Store, std::filesystem::path BasePath, GcManager& Gc, JobQueue& JobQueue, const Configuration& Config); |