Author: vm069
Date: Thu Jun 12 15:58:00 2014
New Revision: 9571

URL: http://svn.gna.org/viewcvs/service-tech?rev=9571&view=rev
Log:
removed unneeded variable to remove warning

Modified:
    trunk/lola2/src/Exploration/TSCCExplorationEGAGEF.cc

Modified: trunk/lola2/src/Exploration/TSCCExplorationEGAGEF.cc
URL: 
http://svn.gna.org/viewcvs/service-tech/trunk/lola2/src/Exploration/TSCCExplorationEGAGEF.cc?rev=9571&r1=9570&r2=9571&view=diff
==============================================================================
--- trunk/lola2/src/Exploration/TSCCExplorationEGAGEF.cc        (original)
+++ trunk/lola2/src/Exploration/TSCCExplorationEGAGEF.cc        Thu Jun 12 
15:58:00 2014
@@ -37,7 +37,6 @@
 
     //last dfs where property was true
     index_t lasttrue = 0;
-    index_t lastfalse = 0;
 
     //initialise dfsnumber,lowlink and highest_lowlink
     statenumber_t currentDFSNumber = 0;
@@ -96,10 +95,6 @@
                 {
                     lasttrue = currentDFSNumber;
                 }
-                else
-                {
-                    lastfalse = currentDFSNumber;
-                }
 
                 //update enabled transitions
                 Transition::updateEnabled(ns, currentFirelist[currentEntry]);


-- 
You received this e-mail, because you subscribed the mailing list 
"service-tech-commits" which will forward you any e-mail addressed to 
[email protected]. If you want to unsubscribe or make any changes to 
your subscription, please go to
https://mail.gna.org/listinfo/service-tech-commits.

Reply via email to