aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/wg_Find.ml
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2016-01-02 17:05:03 +0100
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2016-01-02 17:05:03 +0100
commit74c29764359272b29af081b30762549777ae8825 (patch)
tree69f9f66cf95143549f69919ce1e4ea3b495e690d /ide/wg_Find.ml
parent3049b2930ec2bd4adf886fc90bf01a478b318477 (diff)
Remove some useless type declarations.
Diffstat (limited to 'ide/wg_Find.ml')
-rw-r--r--ide/wg_Find.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/ide/wg_Find.ml b/ide/wg_Find.ml
index a0949ca0c..dc7071c27 100644
--- a/ide/wg_Find.ml
+++ b/ide/wg_Find.ml
@@ -6,8 +6,6 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-type mode = [ `FIND | `REPLACE ]
-
let b2c = Ideutils.byte_offset_to_char_offset
class finder name (view : GText.view) =