--- a/src/Pure/ML/ml_statistics_dummy.ML Sat Mar 05 13:51:21 2016 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-(* Title: Pure/ML/ml_statistics_dummy.ML
- Author: Makarius
-
-ML runtime statistics -- dummy version.
-*)
-
-signature ML_STATISTICS =
-sig
- val get: unit -> Properties.T
-end;
-
-structure ML_Statistics: ML_STATISTICS =
-struct
-
-fun get () = [];
-
-end;
-
--- a/src/Pure/ROOT Sat Mar 05 13:51:21 2016 +0100
+++ b/src/Pure/ROOT Sat Mar 05 13:53:08 2016 +0100
@@ -118,7 +118,6 @@
"ML/ml_pretty.ML"
"ML/ml_profiling.ML"
"ML/ml_statistics.ML"
- "ML/ml_statistics_dummy.ML"
"ML/ml_syntax.ML"
"ML/ml_system.ML"
"PIDE/active.ML"