aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/safe_marshal.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/safe_marshal.ml')
-rw-r--r--lib/safe_marshal.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/safe_marshal.ml b/lib/safe_marshal.ml
index 88101b5d2..e9ba81b49 100644
--- a/lib/safe_marshal.ml
+++ b/lib/safe_marshal.ml
@@ -6,8 +6,6 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id$ *)
-
let hobcnv = Array.init 256 (fun i -> Printf.sprintf "%.2x" i)
let bohcnv = Array.init 256 (fun i -> i -
(if 0x30 <= i then 0x30 else 0) -