summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qmalloc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/global/qmalloc.cpp')
-rw-r--r--src/corelib/global/qmalloc.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/global/qmalloc.cpp b/src/corelib/global/qmalloc.cpp
index db5e519..e33f77c 100644
--- a/src/corelib/global/qmalloc.cpp
+++ b/src/corelib/global/qmalloc.cpp
@@ -144,9 +144,6 @@ void *qReallocAligned(void *oldptr, size_t newsize, size_t oldsize, size_t align
// faked-sizeof(void*) is properly aligned for a pointer
faked.pptr[-1] = real.ptr;
- // and save the actual size just before the pointer
- //reinterpret_cast<size_t *>(faked.pptr - 1)[-1] = size;
-
return faked.ptr;
#endif
}