From 8a6afdcdcc7316bd42ee75dce940e112a22bb11b Mon Sep 17 00:00:00 2001 From: bylex Date: Wed, 25 Sep 2024 15:23:21 +0200 Subject: [PATCH] Delete unused variable --- opcodes.h | 1 - 1 file changed, 1 deletion(-) diff --git a/opcodes.h b/opcodes.h index 1142153..9b71fb8 100644 --- a/opcodes.h +++ b/opcodes.h @@ -163,4 +163,3 @@ void pfs(uint8_t dest_reg, uint8_t unused_1, uint8_t unused_2) } void (*opcodes[16]) (uint8_t, uint8_t, uint8_t) = {nop, inc, dec, lod, ldl, sav, swp, jmp, jez, hlt, pts, pfs}; -char opcodes_names[16][3] = {"nop", "inc", "dec", "lod", "ldl", "sav", "swp", "jmp", "jez", "hlt", "pts", "pfs"}; -- 2.25.1