summaryrefslogtreecommitdiff
path: root/src/vm/veropcodes.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/veropcodes.hpp')
-rw-r--r--src/vm/veropcodes.hpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/vm/veropcodes.hpp b/src/vm/veropcodes.hpp
deleted file mode 100644
index 1d25b75ac9..0000000000
--- a/src/vm/veropcodes.hpp
+++ /dev/null
@@ -1,30 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-//
-// veropcodes.hpp
-//
-
-//
-// Declares the enumeration of the opcodes and the decoding tables.
-//
-
-#include "openum.h"
-
-#define HackInlineAnnData 0x7F
-
-#ifdef DECLARE_DATA
-#define OPDEF(c,s,pop,push,args,type,l,s1,s2,ctrl) L##s,
-
-const WCHAR * const ppOpcodeNameList[] =
-{
-#include "../inc/opcode.def"
-};
-
-#undef OPDEF
-
-#else /* !DECLARE_DATA */
-
-extern const WCHAR * const ppOpcodeNameList[];
-
-#endif /* DECLARE_DATA */