diff OrthancServer/Sources/Database/IDatabaseWrapper.h @ 5519:2c5eb1ef26a0 pg-transactions

removed unused method IDatabaseWrapper::ITransaction::GetDatabaseCapabilities()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jan 2024 09:21:41 +0100
parents 0d433132b249
children 28cc06e4859a 12d8a1a266e9 f7adfb22e20e
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/IDatabaseWrapper.h	Tue Jan 30 09:16:47 2024 +0100
+++ b/OrthancServer/Sources/Database/IDatabaseWrapper.h	Tue Jan 30 09:21:41 2024 +0100
@@ -340,8 +340,6 @@
       // List all the labels that are present in any resource
       virtual void ListAllLabels(std::set<std::string>& target) = 0;
 
-      virtual const Capabilities GetDatabaseCapabilities() const = 0;
-
       virtual int64_t IncrementGlobalProperty(GlobalProperty property,
                                               int64_t increment,
                                               bool shared) = 0;