Skip to content

Commit

Permalink
Further cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcrimsontianyu committed Oct 16, 2024
1 parent 586afad commit 357e969
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpp/include/cudf/io/datasource.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ class datasource {
* this case, `max_size_estimate` can include padding after the byte range, to include additional
* data that may be needed for processing.
*
* @throws cudf::logic_error if the minimum size estimate is greater than the maximum size
* estimate
*
* @param[in] filepath Path to the file to use
* @param[in] offset Starting byte offset from which data will be read (the default is zero)
* @param[in] max_size_estimate Upper estimate of the data range that will be read (the default is
Expand Down

0 comments on commit 357e969

Please sign in to comment.