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