mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-02-07 11:31:12 +00:00
Remove some unneeded default constructors.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
This commit is contained in:
parent
b56a2450a1
commit
f62e8c30a2
@ -32,7 +32,6 @@ public:
|
||||
[[nodiscard]] static action_t to_action(std::string value);
|
||||
[[nodiscard]] static std::string to_string(action_t value);
|
||||
|
||||
cycle_t() {}
|
||||
cycle_t(uint16_t address, uint8_t value, action_t action);
|
||||
cycle_t(uint16_t address, uint8_t value, std::string action);
|
||||
|
||||
|
@ -31,8 +31,6 @@ private:
|
||||
ram_t m_ram;
|
||||
|
||||
public:
|
||||
state_t();
|
||||
|
||||
#ifdef USE_SIMDJSON_JSON
|
||||
state_t(simdjson::dom::element serialised);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user