Skip to content

Commit

Permalink
builtin: vfmt builtin.c.v
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Jun 2, 2024
1 parent 4884396 commit 1096173
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vlib/builtin/builtin.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,6 @@ pub fn free(ptr voidptr) {
unsafe { C.GC_FREE(ptr) }
}
} $else {
//println('c.free')
C.free(ptr)
}
}
Expand Down

0 comments on commit 1096173

Please sign in to comment.