gigatron: dox told me it still didnt compile on Clang: error: private field 'm_r' is not used [-Werror,-Wunused-private-field], fine on my gcc though (nw)

This commit is contained in:
hap 2020-01-23 15:04:12 +01:00
parent 8956268208
commit 18d58b550f

View File

@ -66,8 +66,6 @@ private:
address_space *m_data;
int m_icount;
uint32_t m_r[8];
void gigatron_illegal();
};