Cosmetics

Now is just a convenience alias, no reason to put it into utils
This commit is contained in:
malc 2013-02-18 03:02:33 +04:00
parent 30f49a11f1
commit fcff481f5e
2 changed files with 2 additions and 3 deletions

View file

@ -120,6 +120,8 @@ let platform_to_string = function
let platform = platform ();;
let now = Unix.gettimeofday;;
let popen cmd fda =
if platform = Pcygwin
then (

View file

@ -18,6 +18,3 @@ let exntos = function
;;
let error fmt = Printf.kprintf failwith fmt;;
let now = Unix.gettimeofday;;