discontinued odd workaround for some old Poly/ML, which is still supported but of little practical relevance;
--- a/src/Pure/PIDE/document.ML Wed Jul 03 21:32:58 2013 +0200
+++ b/src/Pure/PIDE/document.ML Wed Jul 03 21:38:10 2013 +0200
@@ -472,7 +472,6 @@
fun update (old_id: version_id) (new_id: version_id) edits state =
let
val old_version = the_version state old_id;
- val _ = Time.now (); (* FIXME odd workaround for polyml-5.4.0/x86_64 *)
val new_version = timeit "Document.edit_nodes" (fn () => fold edit_nodes edits old_version);
val nodes = nodes_of new_version;