diff options
Diffstat (limited to 'src/runtime/funcdata.h')
| -rw-r--r-- | src/runtime/funcdata.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/runtime/funcdata.h b/src/runtime/funcdata.h index ce62dabe3e..375a881bd8 100644 --- a/src/runtime/funcdata.h +++ b/src/runtime/funcdata.h @@ -14,7 +14,6 @@ #define FUNCDATA_ArgsPointerMaps 0 /* garbage collector blocks */ #define FUNCDATA_LocalsPointerMaps 1 -#define FUNCDATA_DeadValueMaps 2 // Pseudo-assembly statements. @@ -48,13 +47,3 @@ // assembly code without an explicit specification). // This value is generated by the compiler, assembler, or linker. #define ArgsSizeUnknown 0x80000000 - -/*c2go -enum { - PCDATA_StackMapIndex = 0, - FUNCDATA_ArgsPointerMaps = 0, - FUNCDATA_LocalsPointerMaps = 1, - FUNCDATA_DeadValueMaps = 2, - ArgsSizeUnknown = 0x80000000, -}; -*/ |
