summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ocamldap/files/ocaml-4.02.patch')
-rw-r--r--dev-ml/ocamldap/files/ocaml-4.02.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-ml/ocamldap/files/ocaml-4.02.patch b/dev-ml/ocamldap/files/ocaml-4.02.patch
deleted file mode 100644
index 959ddd0a5a4f..000000000000
--- a/dev-ml/ocamldap/files/ocaml-4.02.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/ldap_ooclient.ml b/src/ldap_ooclient.ml
-index 79fd51d..7ffa39e 100644
---- a/src/ldap_ooclient.ml
-+++ b/src/ldap_ooclient.ml
-@@ -23,7 +23,7 @@
- open Ldap_types
- open Ldap_funclient
- open Ldap_schemaparser
--open String
-+let lowercase = String.lowercase
-
- (* types used throughout the library *)
- (* add types *)