remove test code

pull/505/head
Chris Cunningham 2017-09-19 03:32:35 +00:00
parent 1ec8582e91
commit b317b70c0b
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@ static void * stb__copy(void *arr, int itemsize)
}
int count = 2 * sizeof(int) + stb_sb_count(arr) * itemsize;
printf("copying %d bytes\n", count);
int *p = malloc(count);
if (p) {
memcpy(p, stb__sbraw(arr), count);