diff options
author | 2016-11-19 09:41:23 -0500 | |
---|---|---|
committer | 2016-11-19 09:41:23 -0500 | |
commit | f34298c6844505d527bfe6fb5d0bfe3ed31fd902 (patch) | |
tree | 94d285a2e2ccee0f46bdfb5c36c7935de72ebcb9 /src/devices/cpu | |
parent | fe13e8666176c64cc0c84e53608835071cab1cde (diff) |
Removing unused variable
Diffstat (limited to 'src/devices/cpu')
-rw-r--r-- | src/devices/cpu/alto2/alto2dsm.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cpu/alto2/alto2dsm.cpp b/src/devices/cpu/alto2/alto2dsm.cpp index 09dfdb17c10..e6e18543d8c 100644 --- a/src/devices/cpu/alto2/alto2dsm.cpp +++ b/src/devices/cpu/alto2/alto2dsm.cpp @@ -209,7 +209,6 @@ static const char *addrname(int a) offs_t alto2_cpu_device::disasm_disassemble(std::ostream &main_stream, offs_t pc, const uint8_t *oprom, const uint8_t *opram, uint32_t options) { std::ostringstream stream; - size_t len = 128; uint32_t mir = (static_cast<uint32_t>(oprom[0]) << 24) | (static_cast<uint32_t>(oprom[1]) << 16) | |