Update Memory.h

To remove extraneous code.
This commit is contained in:
boxingcow 2014-07-14 09:18:45 +01:00
parent 10647890ef
commit ebf713c5a6
1 changed files with 1 additions and 5 deletions

View File

@ -10,11 +10,7 @@
/* OS X uses MAP_ANON instead of MAP_ANONYMOUS */
#ifndef MAP_ANONYMOUS
#ifdef MAP_ANON
#define MAP_ANONYMOUS MAP_ANON
#else
#define MAP_ANONYMOUS 0
#endif
#endif
using std::nullptr_t;