Skip to content

Commit bc8bcf6

Browse files
authored
Apply suggestion from @jkotas
1 parent 5ca9b86 commit bc8bcf6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/coreclr/jit/ee_il_dll.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ inline var_types JITtype2varType(CorInfoType type)
217217
TYP_BYREF, // CORINFO_TYPE_BYREF = 0x11,
218218
TYP_STRUCT, // CORINFO_TYPE_VALUECLASS = 0x12,
219219
TYP_REF, // CORINFO_TYPE_CLASS = 0x13,
220-
221220
};
222221

223222
// spot check to make certain enumerations have not changed

0 commit comments

Comments
 (0)