Skip to content

Commit

Permalink
[Java] Remove unused DriverConductorProxy from the Receiver.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Oct 12, 2016
1 parent 4bcae3e commit 2b83373
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aeron-driver/src/main/java/io/aeron/driver/Receiver.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public class Receiver implements Agent, Consumer<ReceiverCmd>
private final NanoClock clock;
private final ArrayList<PublicationImage> publicationImages = new ArrayList<>();
private final ArrayList<PendingSetupMessageFromSource> pendingSetupMessages = new ArrayList<>();
private final DriverConductorProxy conductorProxy;

public Receiver(final MediaDriver.Context ctx)
{
Expand All @@ -50,7 +49,6 @@ public Receiver(final MediaDriver.Context ctx)
commandQueue = ctx.receiverCommandQueue();
totalBytesReceived = ctx.systemCounters().get(BYTES_RECEIVED);
clock = ctx.nanoClock();
conductorProxy = ctx.fromReceiverDriverConductorProxy();
}

public String roleName()
Expand Down

0 comments on commit 2b83373

Please sign in to comment.