mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
Remove unused variable.
This commit is contained in:
@@ -61,9 +61,6 @@ public class List extends AuthenticatingHttpServlet {
|
|||||||
// Get users
|
// Get users
|
||||||
Set<String> users = directory.getIdentifiers();
|
Set<String> users = directory.getIdentifiers();
|
||||||
|
|
||||||
// Get self
|
|
||||||
User self = context.self();
|
|
||||||
|
|
||||||
XMLOutputFactory outputFactory = XMLOutputFactory.newInstance();
|
XMLOutputFactory outputFactory = XMLOutputFactory.newInstance();
|
||||||
XMLStreamWriter xml = outputFactory.createXMLStreamWriter(response.getWriter());
|
XMLStreamWriter xml = outputFactory.createXMLStreamWriter(response.getWriter());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user