Removed uneeded variable

This commit is contained in:
Tristan B. Kildaire 2020-10-30 19:46:07 +02:00
parent 10da3b093d
commit 6a679613cc
1 changed files with 0 additions and 3 deletions

View File

@ -92,9 +92,6 @@ public class DConnection : Thread
* Mutex to provide safe access to the status message
*/
private Mutex statusMessageLock;
/* Reserved tag for push notifications */
private long notificationTag = 0;
this(DServer server, Socket socket)
{