[Lemon-commits] [lemon_svn] hegyi: r1130 - hugo/trunk/src/test

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:43:25 CET 2006


Author: hegyi
Date: Mon Sep 13 00:12:29 2004
New Revision: 1130

Modified:
   hugo/trunk/src/test/path_test.cc

Log:
Eliminating redundant lines.

Modified: hugo/trunk/src/test/path_test.cc
==============================================================================
--- hugo/trunk/src/test/path_test.cc	(original)
+++ hugo/trunk/src/test/path_test.cc	Mon Sep 13 00:12:29 2004
@@ -47,9 +47,6 @@
   EdgeIt j(INVALID);	          //EdgeIt(Invalid) {}
   EdgeIt k(p);	                  //EdgeIt(const Path &_p) {}
 
-  //??? operator GraphEdge () const {}
-
-  //INVALIDra megy a ++????
   i=++j;	                  //EdgeIt& operator++() {}
   b=(i==j);	                  //bool operator==(const EdgeIt& e) const {return true;}
   b=(i!=j);	                  //bool operator!=(const EdgeIt& e) const {return true;}
@@ -59,8 +56,6 @@
   NodeIt m(INVALID);	          //NodeIt(Invalid) {}
   NodeIt n(p);	                  //NodeIt(const Path &_p) {}
 
-  //operator const GraphNode& () const {}
-
   l=++m;                          //NodeIt& operator++() {}
   b=(m==n);                       //bool operator==(const NodeIt& e) const {}
   b=(m!=n);                   	  //bool operator!=(const NodeIt& e) const {}



More information about the Lemon-commits mailing list