Skip to content

Commit

Permalink
src: remove dead code (artifacts of ReplicaManager)
Browse files Browse the repository at this point in the history
Acked-by: Albert Rossi
Target: master
Require-book: no
Require-notes: no
  • Loading branch information
kofemann committed Apr 4, 2019
1 parent f894624 commit bab3535
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.

This file was deleted.

Expand Up @@ -72,7 +72,6 @@
import diskCacheV111.vehicles.PoolModifyModeMessage;
import diskCacheV111.vehicles.PoolModifyPersistencyMessage;
import diskCacheV111.vehicles.PoolMoverKillMessage;
import diskCacheV111.vehicles.PoolQueryRepositoryMsg;
import diskCacheV111.vehicles.PoolRemoveFilesFromHSMMessage;
import diskCacheV111.vehicles.PoolRemoveFilesMessage;
import diskCacheV111.vehicles.PoolSetStickyMessage;
Expand Down Expand Up @@ -1361,13 +1360,6 @@ public PoolSetStickyMessage messageArrived(PoolSetStickyMessage msg)
return msg;
}

public PoolQueryRepositoryMsg messageArrived(PoolQueryRepositoryMsg msg)
throws CacheException, InterruptedException
{
msg.setReply(new RepositoryCookie(), getRepositoryListing());
return msg;
}

private List<CacheRepositoryEntryInfo> getRepositoryListing()
throws CacheException, InterruptedException
{
Expand Down

0 comments on commit bab3535

Please sign in to comment.