From fa788173407c2fa1a8f7e2534c51f6f998abaa7c Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Tue, 17 Jan 2012 21:41:01 +0000
Subject: [PATCH] LMS-2739 Use a pre-stage folder with hardlink copies for
 processing files.

SVN: 24216
---
 .../cisd/common/utilities/IDelegatedActionWithResult.java      | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/common/source/java/ch/systemsx/cisd/common/utilities/IDelegatedActionWithResult.java b/common/source/java/ch/systemsx/cisd/common/utilities/IDelegatedActionWithResult.java
index 191a27175e3..c5f09beb1c2 100644
--- a/common/source/java/ch/systemsx/cisd/common/utilities/IDelegatedActionWithResult.java
+++ b/common/source/java/ch/systemsx/cisd/common/utilities/IDelegatedActionWithResult.java
@@ -24,9 +24,6 @@ package ch.systemsx.cisd.common.utilities;
  */
 public interface IDelegatedActionWithResult<T>
 {
-    // Execute the action regardless of whether or not the action succeeded
-    T execute();
-
     // Execute the action, allowing the implementation to branch on whether or not the action
     // succeeded
     T execute(boolean didOperationSucceed);
-- 
GitLab