mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 04:03:35 +02:00
remove unused AssignmentClient shared mem var
This commit is contained in:
parent
bea387af7d
commit
45daabc86f
2 changed files with 1 additions and 3 deletions
|
@ -43,8 +43,7 @@ int hifiSockAddrMeta = qRegisterMetaType<HifiSockAddr>("HifiSockAddr");
|
||||||
AssignmentClient::AssignmentClient(Assignment::Type requestAssignmentType, QString assignmentPool,
|
AssignmentClient::AssignmentClient(Assignment::Type requestAssignmentType, QString assignmentPool,
|
||||||
QUuid walletUUID, QString assignmentServerHostname, quint16 assignmentServerPort,
|
QUuid walletUUID, QString assignmentServerHostname, quint16 assignmentServerPort,
|
||||||
quint16 assignmentMonitorPort) :
|
quint16 assignmentMonitorPort) :
|
||||||
_assignmentServerHostname(DEFAULT_ASSIGNMENT_SERVER_HOSTNAME),
|
_assignmentServerHostname(DEFAULT_ASSIGNMENT_SERVER_HOSTNAME)
|
||||||
_localASPortSharedMem(NULL)
|
|
||||||
{
|
{
|
||||||
LogUtils::init();
|
LogUtils::init();
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,6 @@ private:
|
||||||
QPointer<ThreadedAssignment> _currentAssignment;
|
QPointer<ThreadedAssignment> _currentAssignment;
|
||||||
QString _assignmentServerHostname;
|
QString _assignmentServerHostname;
|
||||||
HifiSockAddr _assignmentServerSocket;
|
HifiSockAddr _assignmentServerSocket;
|
||||||
QSharedMemory* _localASPortSharedMem; // memory shared with domain server
|
|
||||||
QTimer _requestTimer; // timer for requesting and assignment
|
QTimer _requestTimer; // timer for requesting and assignment
|
||||||
QTimer _statsTimerACM; // timer for sending stats to assignment client monitor
|
QTimer _statsTimerACM; // timer for sending stats to assignment client monitor
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue