Skip to content

Commit 1108119

Browse files
committed
builtin,strconv: cleanup obsolete comments
1 parent dd99c6b commit 1108119

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

vlib/builtin/string_charptr_byteptr_helpers.v

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
module builtin
22

3-
// Note: this file will be removed soon
4-
53
// byteptr.vbytes() - makes a V []u8 structure from a C style memory buffer. Note: the data is reused, NOT copied!
64
@[reused; unsafe]
75
pub fn (data byteptr) vbytes(len int) []u8 {

vlib/strconv/format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
These are v implementations of the C language `printf` and `sprintf` functions.
44

55
> **Note**
6-
> These functions are deprecated and will be removed soon. Use string interpolation instead.
6+
> These functions are platform dependent in C, but in V they are platform independent.
77
88
### v_sprintf
99

0 commit comments

Comments
 (0)