Skip to content

Commit 4459d20

Browse files
authored
Remove redundant #endif/#if (#121474)
This PR removes are a pair of `#endif` and `#if define` where it just ends and restarts the same macro.
1 parent d108713 commit 4459d20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/coreclr/nativeaot/Runtime/portable.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ FCIMPL2(String *, RhNewString, MethodTable * pArrayEEType, intptr_t numElements)
135135
}
136136
FCIMPLEND
137137

138-
#endif
139-
#if defined(FEATURE_PORTABLE_HELPERS)
140138
#if defined(FEATURE_64BIT_ALIGNMENT)
141139

142140
GPTR_DECL(MethodTable, g_pFreeObjectEEType);

0 commit comments

Comments
 (0)