Remove the old UUID code, update the mailing list address, and use 'favicon.ico'
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/kosuzu/trunk@62 eb64cd80-c68d-6f47-b6a3-0ada418499da
This commit is contained in:
11
lib/id.ml
11
lib/id.ml
@@ -1,16 +1,5 @@
|
||||
let random_state = Random.State.make_self_init
|
||||
|
||||
(*module UUID = struct*)
|
||||
(*type t = Uuidm.t*)
|
||||
(*let compare = Uuidm.compare*)
|
||||
(*let to_string = Uuidm.to_string*)
|
||||
(*let of_string = Uuidm.of_string*)
|
||||
(*let to_bytes = Uuidm.to_bytes*)
|
||||
(*let of_bytes = Uuidm.of_bytes*)
|
||||
(*let generate ?(random_state=random_state ()) = Uuidm.v4_gen random_state*)
|
||||
(*let nil = Uuidm.nil*)
|
||||
(*end*)
|
||||
|
||||
type t = string
|
||||
let compare = String.compare
|
||||
let nil = ""
|
||||
|
||||
Reference in New Issue
Block a user