diff OrthancServer/ServerIndex.h @ 1722:f1901004f3e4 db-changes

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 10:41:35 +0200
parents 3bcb01028107
children 1ae29c5e52fb
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Tue Oct 20 10:39:21 2015 +0200
+++ b/OrthancServer/ServerIndex.h	Tue Oct 20 10:41:35 2015 +0200
@@ -52,7 +52,6 @@
   public:
     typedef std::list<FileInfo> Attachments;
     typedef std::map< std::pair<ResourceType, MetadataType>, std::string>  MetadataMap;
-    typedef std::list< std::pair<ResourceType, std::string> >  LookupResults;
 
   private:
     class Listener;