Skip to content

Commit

Permalink
Merge Pull Request trilinos#13559 from cgcgcg/Trilinos/teuchos_del_me…
Browse files Browse the repository at this point in the history
…thod

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: b'Teuchos: Delete ConstNonconstObjectContainer::count method'
PR Author: cgcgcg
  • Loading branch information
trilinos-autotester authored Oct 30, 2024
2 parents 6f6cb99 + 16ed3ab commit 09758e9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,6 @@ class ConstNonconstObjectContainer {
/** \brief Perform an implicit conversion to an RCP<const ObjType>. */
operator RCP<const ObjType>() const
{ return getConstObj(); }
/** \brief Return the internal count. */
int count() const
{ return constObj_.count(); }

private:
RCP<const ObjType> constObj_;
Expand Down

0 comments on commit 09758e9

Please sign in to comment.