summaryrefslogtreecommitdiffstats
path: root/lib/base/system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base/system.cpp')
-rw-r--r--lib/base/system.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/base/system.cpp b/lib/base/system.cpp
index c15c2f58..556d94a4 100644
--- a/lib/base/system.cpp
+++ b/lib/base/system.cpp
@@ -171,7 +171,6 @@ NSAPI_PUBLIC void *system_realloc_perm(void *ptr, int size)
return realloc(ptr, size);
#else
int *magic, *length;
- char *baseptr;
char *cptr;
cptr = (char *)ptr - DEBUG_MARGIN - 2 * sizeof(int);