Skip to content

Commit

Permalink
remove unused namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
alanking committed Nov 2, 2023
1 parent 95a6b98 commit 37105b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/api/src/rsDataObjCopy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ namespace

auto throw_if_force_overwrite_to_new_resource(RsComm& _comm, const DataObjInp& _inp) -> void
{
namespace id = irods::experimental::data_object;

const auto* destination_resource = getValByKey(&_inp.condInput, DEST_RESC_NAME_KW);
if (!destination_resource) {
return;
Expand Down

0 comments on commit 37105b0

Please sign in to comment.