mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Removed unused field.
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user