diff OrthancServer/Sources/ServerIndex.h @ 4572:c12d4e5f469b db-changes

removed redundant ServerIndex::SignalNewResource()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Mar 2021 17:08:10 +0100
parents a3e6aa2b07b0
children f6bd5563b5df
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerIndex.h	Mon Mar 08 16:49:34 2021 +0100
+++ b/OrthancServer/Sources/ServerIndex.h	Mon Mar 08 17:08:10 2021 +0100
@@ -101,11 +101,6 @@
                    ResourceType resourceType,
                    const std::string& publicId);
 
-    void SignalNewResource(ChangeType changeType,
-                           ResourceType level,
-                           const std::string& publicId,
-                           int64_t internalId);
-
     void NormalizeLookup(std::vector<DatabaseConstraint>& target,
                          const DatabaseLookup& source,
                          ResourceType level) const;