Skip to content

Commit 0c5a495

Browse files
committed
Address code review
1 parent b3d8547 commit 0c5a495

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Include/internal/pycore_pymem.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,8 @@ _PyMem_Annotate_Mmap(void *addr, size_t size, const char *name)
103103
// Ignore errno from prctl
104104
// See: https://bugzilla.redhat.com/show_bug.cgi?id=2302746
105105
errno = 0;
106-
return 0;
107-
#else
108-
return 0;
109106
#endif
107+
return 0;
110108
}
111109

112110
extern int _PyMem_GetAllocatorName(

0 commit comments

Comments
 (0)