1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-24 21:32:47 -05:00

Removed shortName.

This commit is contained in:
XMRig
2021-08-11 22:26:34 +07:00
parent e9ae4deb91
commit 9580f5395f
23 changed files with 60 additions and 145 deletions

View File

@@ -169,7 +169,6 @@ public:
inline bool isCN() const { return isCN(m_id); }
inline bool isEqual(const Algorithm &other) const { return m_id == other.m_id; }
inline bool isValid() const { return m_id != INVALID && family() > UNKNOWN; }
inline const char *shortName() const { return name(); }
inline Id base() const { return base(m_id); }
inline Id id() const { return m_id; }
inline size_t l2() const { return l2(m_id); }