Skip to content

Commit

Permalink
Remove undefined getTypeName()
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatcam committed Jun 25, 2024
1 parent e99cc27 commit f87e2fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/ripple/protocol/BaseAmount.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,6 @@ class BaseAmount
int
exponent() const noexcept;

std::string
getTypeName() const noexcept;

bool
negative() const noexcept;

Expand Down
3 changes: 0 additions & 3 deletions src/ripple/protocol/STAmount.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,6 @@ class STAmount final : public STBase, public CountedObject<STAmount>
bool
isIOU() const noexcept;

std::string
getTypeName() const noexcept;

bool
negative() const noexcept;

Expand Down

0 comments on commit f87e2fe

Please sign in to comment.