From 775d672c867ab68d7152d0f0ad58f548bbfda461 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 12 Jan 2021 17:52:41 -0800 Subject: Removed dead code for getting opcode names --- vm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vm.h') diff --git a/vm.h b/vm.h index b19f80b..189f9f4 100644 --- a/vm.h +++ b/vm.h @@ -8,7 +8,6 @@ #include "types.h" -const char *opcode_name(enum VMOpcode o); __attribute__((hot, nonnull(2,3,4))) match_t *match(def_t *defs, file_t *f, const char *str, vm_op_t *op, unsigned int flags); __attribute__((nonnull)) -- cgit v1.2.3