Removed unused field.

This commit is contained in:
Michael Jumper
2012-03-26 12:05:45 -07:00
parent 762c84f25f
commit 13d82c6a38

View File

@@ -57,8 +57,6 @@ public class GuacamoleTunnel {
private ReentrantLock readerLock; private ReentrantLock readerLock;
private ReentrantLock writerLock; private ReentrantLock writerLock;
private boolean open = true;
/** /**
* Creates a new GuacamoleTunnel which synchronizes access to the * Creates a new GuacamoleTunnel which synchronizes access to the
* Guacamole instruction stream associated with the given GuacamoleSocket. * Guacamole instruction stream associated with the given GuacamoleSocket.