mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
remove useless CCPrint.kfprintf
This commit is contained in:
parent
88fca4efa1
commit
f24d03ddb9
1 changed files with 0 additions and 7 deletions
|
|
@ -127,13 +127,6 @@ let fprintf oc format =
|
|||
buffer
|
||||
format
|
||||
|
||||
let kfprintf k oc format =
|
||||
let buffer = Buffer.create 64 in
|
||||
Printf.kbprintf
|
||||
(fun fmt -> Buffer.output_buffer oc buffer; k fmt)
|
||||
buffer
|
||||
format
|
||||
|
||||
let printf format = fprintf stdout format
|
||||
let eprintf format = fprintf stderr format
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue