aboutsummaryrefslogtreecommitdiff
path: root/tools/escape_string.ml
diff options
context:
space:
mode:
authorPierre Letouzey2014-01-24 18:44:43 +0100
committerPierre Letouzey2014-01-30 18:36:49 +0100
commit931121ebf1e2a4bfc4abe6ad7c78085b04bab363 (patch)
tree0142d35f5a0d27b994267e570ae8a2e77aa77f2e /tools/escape_string.ml
parentd6ac933cb34aa0f8dbb7e898596f3cf28c8cc35c (diff)
Get rid of two utility files, obsolete now that configure is a .ml
Diffstat (limited to 'tools/escape_string.ml')
-rw-r--r--tools/escape_string.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/escape_string.ml b/tools/escape_string.ml
deleted file mode 100644
index 50e8faadaa..0000000000
--- a/tools/escape_string.ml
+++ /dev/null
@@ -1 +0,0 @@
-print_string (String.escaped Sys.argv.(1))