Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry
2026-05-05 16:41:14 -07:00
parent afa2286edc
commit 0968c3f901
2 changed files with 0 additions and 3 deletions

View File

@@ -63,7 +63,6 @@ public:
{
}
// Copy constructor
BoundedHeap(const BoundedHeap& other) :
heap_(other.heap_),
max_size_(other.max_size_),