We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7458927 commit e797547Copy full SHA for e797547
vlib/v/gen/c/cheaders.v
@@ -273,10 +273,6 @@ void _vcleanup();
273
274
void v_free(voidptr ptr);
275
voidptr memdup(voidptr src, int sz);
276
-static voidptr memfreedup(voidptr ptr, voidptr src, int sz) {
277
- v_free(ptr); // heloe
278
- return memdup(src, sz);
279
-}
280
281
#if INTPTR_MAX == INT32_MAX
282
#define TARGET_IS_32BIT 1
@@ -471,10 +467,6 @@ void _vcleanup();
471
467
472
468
473
469
474
475
476
477
478
470
479
'
480
0 commit comments