From 295ec1cbd4ef745c095f877885344d19dfa7429a Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Thu, 25 Jul 2024 16:09:15 +0000 Subject: [PATCH] Fix bad merge Signed-off-by: Michael Carroll --- src/CollectionIdentifier.cc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/CollectionIdentifier.cc b/src/CollectionIdentifier.cc index a676d5df..d6c2f235 100644 --- a/src/CollectionIdentifier.cc +++ b/src/CollectionIdentifier.cc @@ -87,16 +87,6 @@ gz::common::URI CollectionIdentifier::Url() const this->dataPtr->name), true); } -////////////////////////////////////////////////// -gz::common::URI CollectionIdentifier::Url() const -{ - return common::URI( - common::joinPaths(this->dataPtr->server.Url().Str(), - this->dataPtr->owner, - "collections", - this->dataPtr->name), true); -} - ////////////////////////////////////////////////// std::string CollectionIdentifier::Name() const {