Remove unused isLocalTask method.

Patch by Lyuben Todorov, reviewed by brandonwilliams for CASSANDRA-7181
This commit is contained in:
Brandon Williams 2014-05-07 16:30:05 -05:00
parent ea0c399912
commit dceb739f32
1 changed files with 0 additions and 9 deletions

View File

@ -46,15 +46,6 @@ public class StreamingRepairTask implements Runnable, StreamEventHandler
this.request = request;
}
/**
* Returns true if the task if the task can be executed locally, false if
* it has to be forwarded.
*/
public boolean isLocalTask()
{
return request.initiator.equals(request.src);
}
public void run()
{
if (request.src.equals(FBUtilities.getBroadcastAddress()))