Skip to content

Commit

Permalink
Removed unnecessary constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed May 15, 2024
1 parent 1c266de commit e23c09f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions include/tatami_chunked/LruSlabCache.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@ class LruSlabCache {
* @endcond
*/

/**
* Overloaded constructor for consistency with `OracleSlabCache` and `SubsettedOracleSlabCache`.
* @tparam Oracle_ Any class, to be ignored.
*/
template<class Oracle_>
LruSlabCache([[maybe_unused]] Oracle_ ora, size_t m) : LruSlabCache(m) {}

public:
/**
* This method should only be called if `m > 0` in the constructor.
Expand Down

0 comments on commit e23c09f

Please sign in to comment.