Browse Source

Remove now-pointless SIZE_MAX stanza from OpenBSD_malloc_linux

Nick Mathewson 9 years ago
parent
commit
40b7dfaed2
1 changed files with 0 additions and 10 deletions
  1. 0 10
      src/ext/OpenBSD_malloc_Linux.c

+ 0 - 10
src/ext/OpenBSD_malloc_Linux.c

@@ -1961,16 +1961,6 @@ realloc(void *ptr, size_t size)
 	return (r);
 }
 
-#ifndef SIZE_MAX
-//#if defined(__i386__)||defined(__arm__)||defined(__powerpc__)
-//#define SIZE_MAX 0xffffffff
-//#endif
-//#if defined(__x86_64__)
-//#define SIZE_MAX 0xffffffffffffffff
-//#endif
-#define SIZE_MAX SIZE_MAX
-#endif
-
 void *
 calloc(size_t num, size_t size)
 {