diff options
Diffstat (limited to 'java/src/Ice/DispatchInterceptor.java')
-rw-r--r-- | java/src/Ice/DispatchInterceptor.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/java/src/Ice/DispatchInterceptor.java b/java/src/Ice/DispatchInterceptor.java index f7e9cc4fc8f..38f89f2ec3b 100644 --- a/java/src/Ice/DispatchInterceptor.java +++ b/java/src/Ice/DispatchInterceptor.java @@ -67,13 +67,4 @@ public abstract class DispatchInterceptor extends ObjectImpl } } } - - public DispatchStatus - __collocDispatch(IceInternal.Direct request) - { - // - // Should only return DispatchOK or DispatchUserException - // - return dispatch(request); - } } |