aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-05-19 22:23:33 +0000
committerGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-05-19 22:23:33 +0000
commit4c6c284ddc6db47f070026ad68b5c29f6737c4a0 (patch)
treeb0e34042a2c53cfeda03498d883349fd11641f57
parentea3955ed6c5e4155f9180417c8bfad875a255b90 (diff)
Remove useless "open Gc"
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14146 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--lib/profile.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/profile.ml b/lib/profile.ml
index 53ba0c19b..a6e2faa42 100644
--- a/lib/profile.ml
+++ b/lib/profile.ml
@@ -6,8 +6,6 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-open Gc
-
let word_length = Sys.word_size / 8
let float_of_time t = float_of_int t /. 100.