mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
Removal or commenting of unused code
This commit is contained in:
@ -111,11 +111,6 @@ let contents_of_file filename =
|
||||
s
|
||||
|
||||
(* Platform-independent current time and date with no Unix module *)
|
||||
let debug_str s =
|
||||
for x = 0 to String.length s - 1 do
|
||||
Printf.printf "%i\t%C\n" x s.[x]
|
||||
done
|
||||
|
||||
let utf8_of_utf16le s =
|
||||
implode (drop_evens (tl (tl (explode s))))
|
||||
|
||||
|
Reference in New Issue
Block a user