diff options
author | Alain Frisch <alain@frisch.fr> | 2012-06-25 09:21:58 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2012-06-25 09:21:58 +0000 |
commit | 0e9c989e177dcc53a12ba8f111870b93c7863b90 (patch) | |
tree | eb303e1425f2d3c04c37549139f2445ab2f95c8e /byterun/fix_code.c | |
parent | 7630d3c41fc1316a555be2b5537ad1b9531ab8a3 (diff) |
Cleanup: caml_code_md5 is no longer used.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12639 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/fix_code.c')
-rw-r--r-- | byterun/fix_code.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/byterun/fix_code.c b/byterun/fix_code.c index 27e715be1..ac519f715 100644 --- a/byterun/fix_code.c +++ b/byterun/fix_code.c @@ -34,7 +34,6 @@ code_t caml_start_code; asize_t caml_code_size; unsigned char * caml_saved_code; -unsigned char caml_code_md5[16]; /* Read the main bytecode block from a file */ |