temp
[tatoo.git] / src / ata.mli
index 56665e2..8a1119e 100644 (file)
@@ -14,7 +14,7 @@
 (***********************************************************************)
 
 (*
-  Time-stamp: <Last modified on 2013-04-24 18:10:18 CEST by Kim Nguyen>
+  Time-stamp: <Last modified on 2013-04-24 23:19:41 CEST by Kim Nguyen>
 *)
 
 type predicate =
@@ -75,7 +75,6 @@ type config = {
   todo : TransList.t;
   summary : node_summary;
   mutable round : int;
-  mutable unstable_subtree : bool;
 }
 
 module Config : Hcons.S with type data = config