Skip to content

Commit

Permalink
delete unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Mar 6, 2024
1 parent 50755f3 commit 95588c6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cpp/include/cudf_test/stream_checking_resource_adaptor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,6 @@ class stream_checking_resource_adaptor final : public rmm::mr::device_memory_res
return upstream_;
}

/**
* @brief Return pointer to the upstream resource.
*
* @return Pointer to the upstream resource.
*/
[[nodiscard]] Upstream* get_upstream() const noexcept { return upstream_; }

private:
/**
* @brief Allocates memory of size at least `bytes` using the upstream
Expand Down

0 comments on commit 95588c6

Please sign in to comment.