Skip to content

Commit

Permalink
remove unused ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
rbx committed Oct 23, 2024
1 parent f43bd36 commit 5e018ab
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions odc/TopologyDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,18 +111,6 @@ struct DeviceStatus
{
DeviceStatus() = default;

DeviceStatus(bool _ignored, bool _expendable, bool _subscribed, DeviceState _lastState, DeviceState _state, DDSTask::Id _taskId, DDSCollection::Id _collectionId, int _exitCode, int _signal)
: ignored(_ignored)
, expendable(_expendable)
, subscribedToStateChanges(_subscribed)
, lastState(_lastState)
, state(_state)
, taskId(_taskId)
, collectionId(_collectionId)
, exitCode(_exitCode)
, signal(_signal)
{}

DeviceStatus(bool _expendable, DDSTask::Id _taskId, DDSCollection::Id _collectionId)
: expendable(_expendable)
, taskId(_taskId)
Expand Down

0 comments on commit 5e018ab

Please sign in to comment.