diff OrthancServer/Plugins/Engine/OrthancPluginDatabase.cpp @ 5193:1a878922404b db-protobuf

removed unused IDatabaseWrapper::IsExistingResource()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 27 Mar 2023 16:50:48 +0200
parents 0ea402b4d901
children 055428d92772
line wrap: on
line diff
--- a/OrthancServer/Plugins/Engine/OrthancPluginDatabase.cpp	Mon Mar 27 10:04:08 2023 +0200
+++ b/OrthancServer/Plugins/Engine/OrthancPluginDatabase.cpp	Mon Mar 27 16:50:48 2023 +0200
@@ -1021,14 +1021,6 @@
     }
 
 
-    virtual bool IsExistingResource(int64_t internalId) ORTHANC_OVERRIDE
-    {
-      int32_t existing;
-      CheckSuccess(that_.backend_.isExistingResource(&existing, that_.payload_, internalId));
-      return (existing != 0);
-    }
-
-
     virtual bool IsProtectedPatient(int64_t internalId) ORTHANC_OVERRIDE
     {
       int32_t isProtected;