summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-01-23 15:04:12 +0100
committer hap <happppp@users.noreply.github.com>2020-01-23 15:04:24 +0100
commit18d58b550fc49a1dfeda18389606f36c272f5786 (patch)
treecee75a12a8fd38c3ac86dea7c42df0e322337b2c
parent89562682085ea63ec24e155776624709ed20d50f (diff)
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)
-rw-r--r--src/devices/cpu/gigatron/gigatron.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/cpu/gigatron/gigatron.h b/src/devices/cpu/gigatron/gigatron.h
index 5248fe321dc..6717fd8b2a3 100644
--- a/src/devices/cpu/gigatron/gigatron.h
+++ b/src/devices/cpu/gigatron/gigatron.h
@@ -66,8 +66,6 @@ private:
address_space *m_data;
int m_icount;
- uint32_t m_r[8];
-
void gigatron_illegal();
};