diff options
Diffstat (limited to 'otherlibs/str/str.ml')
-rw-r--r-- | otherlibs/str/str.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/otherlibs/str/str.ml b/otherlibs/str/str.ml index 5d53168fd..749292602 100644 --- a/otherlibs/str/str.ml +++ b/otherlibs/str/str.ml @@ -11,8 +11,6 @@ (* *) (***********************************************************************) -(* $Id$ *) - (** String utilities *) let string_before s n = String.sub s 0 n |