diff options
author | 2015-12-26 13:54:32 +0100 | |
---|---|---|
committer | 2015-12-26 13:54:32 +0100 | |
commit | 9f998d0afb69f4286f05e46efe27806b6aba32af (patch) | |
tree | 7a126081d7eb971c4cc9f8fa8952ad04a30ab231 /src/devices/cpu/powerpc/ppc.h | |
parent | a546ea128238feaa616451ed7b7f4fe389dd1460 (diff) |
cleanup (nw)
Diffstat (limited to 'src/devices/cpu/powerpc/ppc.h')
-rw-r--r-- | src/devices/cpu/powerpc/ppc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/cpu/powerpc/ppc.h b/src/devices/cpu/powerpc/ppc.h index a73accb6409..c9b37cbb196 100644 --- a/src/devices/cpu/powerpc/ppc.h +++ b/src/devices/cpu/powerpc/ppc.h @@ -620,9 +620,6 @@ protected: uml::code_label labelnum; /* index for local labels */ }; - int IS_PPC602(void); - int IS_PPC603(void); - int IS_PPC403(void); UINT32 get_cr(); void set_cr(UINT32 value); UINT32 get_xer(); |