rm something for a future merge that sneaked in
authorKshitij Bansal <kshitij@cs.nyu.edu>
Wed, 9 May 2012 21:09:31 +0000 (21:09 +0000)
committerKshitij Bansal <kshitij@cs.nyu.edu>
Wed, 9 May 2012 21:09:31 +0000 (21:09 +0000)
(gets rid of warning)

src/decision/justification_heuristic.h

index acf2b3cfab1818e592bc3719f3669af1bd03cccd..b3cac0d8cfe495d0ed3ae7c2eead07ad510f626e 100644 (file)
@@ -161,9 +161,9 @@ public:
   }
 
   /* Compute justified */
-  bool computeJustified() {
+  /*bool computeJustified() {
     
-  }
+  }*/
 private:
   SatLiteral findSplitter(TNode node, SatValue desiredVal)
   {