Skip to content

Commit

Permalink
Revert "disambiguate module names"
Browse files Browse the repository at this point in the history
This reverts commit 76d409c.
  • Loading branch information
pqwy committed Jul 6, 2014
1 parent 76d409c commit 75eab41
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/mirage.ml
Expand Up @@ -436,11 +436,7 @@ module Entropy = struct
let name _ =
"entropy"

let module_name () =
match !mode with
| `Unix -> "Entropy_unix_instance"
| `Xen -> "Entropy_xen_instance"

let module_name () = "Entropy"

let construction () =
match !mode with
Expand Down

0 comments on commit 75eab41

Please sign in to comment.