]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/tools/dump_db.ml
This commit was manufactured by cvs2svn to create branch 'moogle'.
[helm.git] / helm / http_getter / tools / dump_db.ml
diff --git a/helm/http_getter/tools/dump_db.ml b/helm/http_getter/tools/dump_db.ml
deleted file mode 100755 (executable)
index 3a64f1d..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/ocamlrun /usr/bin/ocaml
-#use "topfind";;
-#require "dbm";;
-let db = Dbm.opendbm Sys.argv.(1) [ Dbm.Dbm_rdonly ] 0 in
-Dbm.iter (Printf.printf "%s: %s\n") db;
-Dbm.close db