Skip to content

Commit d6a3523

Browse files
committed
remove un-necessary comment and newline continuation
1 parent 602bb9c commit d6a3523

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Python/cpuinfo.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
# define SIMD_AVX_INSTRUCTIONS_DETECTION_GUARD
5050
#endif
5151

52-
#if defined(Py_CAN_COMPILE_SIMD_AVX2_INSTRUCTIONS) \
53-
// macros above should be sorted in alphabetical order
52+
#if defined(Py_CAN_COMPILE_SIMD_AVX2_INSTRUCTIONS)
5453
# define SIMD_AVX2_INSTRUCTIONS_DETECTION_GUARD
5554
#endif
5655

0 commit comments

Comments
 (0)