Eliminating redundant lines.
1.1 --- a/src/test/path_test.cc Sun Sep 12 21:46:26 2004 +0000
1.2 +++ b/src/test/path_test.cc Sun Sep 12 22:12:29 2004 +0000
1.3 @@ -47,9 +47,6 @@
1.4 EdgeIt j(INVALID); //EdgeIt(Invalid) {}
1.5 EdgeIt k(p); //EdgeIt(const Path &_p) {}
1.6
1.7 - //??? operator GraphEdge () const {}
1.8 -
1.9 - //INVALIDra megy a ++????
1.10 i=++j; //EdgeIt& operator++() {}
1.11 b=(i==j); //bool operator==(const EdgeIt& e) const {return true;}
1.12 b=(i!=j); //bool operator!=(const EdgeIt& e) const {return true;}
1.13 @@ -59,8 +56,6 @@
1.14 NodeIt m(INVALID); //NodeIt(Invalid) {}
1.15 NodeIt n(p); //NodeIt(const Path &_p) {}
1.16
1.17 - //operator const GraphNode& () const {}
1.18 -
1.19 l=++m; //NodeIt& operator++() {}
1.20 b=(m==n); //bool operator==(const NodeIt& e) const {}
1.21 b=(m!=n); //bool operator!=(const NodeIt& e) const {}