From 2f3277bdeb6f324cd162b99c76e9c9a562c2b63c Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Thu, 19 Nov 2009 13:39:06 +0000
Subject: [PATCH] minor: remove unused interface

SVN: 13451
---
 .../server/business/bo/common/entity/SecondaryEntityDAO.java | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/common/entity/SecondaryEntityDAO.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/common/entity/SecondaryEntityDAO.java
index a836194d7f3..dd7d37d6e10 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/common/entity/SecondaryEntityDAO.java
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/common/entity/SecondaryEntityDAO.java
@@ -56,11 +56,6 @@ import ch.systemsx.cisd.openbis.generic.shared.translator.DatabaseInstanceTransl
             ISecondaryEntityListingQuery.class })
 public class SecondaryEntityDAO
 {
-    interface ISecondaryEntitySetListingQuery
-    {
-        Iterable<SampleReferenceRecord> getSamples(LongSet sampleIds);
-    }
-
     /**
      * Creates a new instance based on {@link PersistencyResources} and home
      * {@link DatabaseInstancePE} of specified DAO factory.
-- 
GitLab