From 6a50818ccd6afe4892fbb7ba727fbb8a8ea3dbd7 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Fri, 27 Oct 2017 10:48:53 -0400 Subject: [PATCH] removed vestigial run_unit_tests function from scrollmap --- lib/scrollmap.ml | 4 ---- lib/scrollmap.mli | 1 - 2 files changed, 5 deletions(-) diff --git a/lib/scrollmap.ml b/lib/scrollmap.ml index 12b27fe..a8368fd 100644 --- a/lib/scrollmap.ml +++ b/lib/scrollmap.ml @@ -52,7 +52,3 @@ let scroll_dn map buf = let resize map buf width = if map.width == width then map else (make buf width (first map)) - -(* Unit Tests *****************************************************************) - -let run_unit_tests () = () diff --git a/lib/scrollmap.mli b/lib/scrollmap.mli index 0344d43..ec78451 100644 --- a/lib/scrollmap.mli +++ b/lib/scrollmap.mli @@ -4,4 +4,3 @@ val first : t -> int val scroll_up : t -> Buf.t -> t val scroll_dn : t -> Buf.t -> t val resize : t -> Buf.t -> int -> t -val run_unit_tests : unit -> unit -- 2.52.0