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

@ -93,9 +93,6 @@ public class DConnection : Thread
*/
private Mutex statusMessageLock;
/* Reserved tag for push notifications */
private long notificationTag = 0;
this(DServer server, Socket socket)
{
/* Set the function to be called on thread start */