diff --git a/src/GeometryUtils.cc b/src/GeometryUtils.cc index 2d3ee265..edb1b315 100644 --- a/src/GeometryUtils.cc +++ b/src/GeometryUtils.cc @@ -4,9 +4,7 @@ #include static void *stdAlloc(void* userData, unsigned int size) { - int* allocated = ( int*)userData; TESS_NOTUSED(userData); - *allocated += (int)size; return malloc(size); }