From d567e908db2e1acec01d0798bd7e8af6c084dba4 Mon Sep 17 00:00:00 2001 From: hattenberger Date: Wed, 1 May 2013 22:48:44 +0000 Subject: remove accidental trunk dir --- trunk/examples/tkivyprobe.ml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 trunk/examples/tkivyprobe.ml (limited to 'trunk/examples/tkivyprobe.ml') diff --git a/trunk/examples/tkivyprobe.ml b/trunk/examples/tkivyprobe.ml deleted file mode 100644 index 67ee3aa..0000000 --- a/trunk/examples/tkivyprobe.ml +++ /dev/null @@ -1,10 +0,0 @@ -let _ = - Ivyprobe.init (); - let top = Tk.openTk () in - try - ignore (TkIvy.set_up_channel Unix.stdin Ivy.stop (fun _ -> Ivyprobe.read stdin)); - TkIvy.main () - with - End_of_file -> Ivy.stop () - - -- cgit v1.1