From 13c21738299bf7ec5b6d360df761ac4c85f8298d Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 2 Oct 2007 00:09:13 +0000 Subject: [PATCH] Don't need two of these fellers. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4837 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../com/threerings/presents/client/BlockingCommunicator.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/java/com/threerings/presents/client/BlockingCommunicator.java b/src/java/com/threerings/presents/client/BlockingCommunicator.java index e35530415..7e6991a27 100644 --- a/src/java/com/threerings/presents/client/BlockingCommunicator.java +++ b/src/java/com/threerings/presents/client/BlockingCommunicator.java @@ -559,7 +559,6 @@ public class BlockingCommunicator extends Communicator { } - protected Client _client; protected Reader _reader; protected Writer _writer;