Skip to content

Commit

Permalink
Merge pull request OpenDDS#4252 from mitza-oci/weakobject
Browse files Browse the repository at this point in the history
WeakObject: removed unused constructor
  • Loading branch information
jrw972 authored Sep 6, 2023
2 parents 3c7cd94 + 6d1feac commit 4e82122
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dds/DCPS/RcObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,6 @@ namespace DCPS {
}

private:

WeakRcHandle(WeakObject* obj)
: weak_object_(obj)
, cached_(dynamic_cast<T*>(obj))
{
}

WeakObject* weak_object_;
T* cached_;
};
Expand Down

0 comments on commit 4e82122

Please sign in to comment.