mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-02 18:29:41 +00:00
Remove unneeded method from ram_t
This commit is contained in:
parent
d59c72cf00
commit
0adb60a0f4
@ -21,6 +21,5 @@ public:
|
||||
|
||||
[[nodiscard]] auto size() const noexcept { return m_bytes.size(); }
|
||||
|
||||
[[nodiscard]] auto& operator[](size_t idx) noexcept { return m_bytes[idx]; }
|
||||
[[nodiscard]] auto operator[](size_t idx) const noexcept { return m_bytes[idx]; }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user