# HG changeset patch # User hegyi # Date 1095027149 0 # Node ID fbee94295d754dc8c236d4e5050a3c61986d2861 # Parent b6ae3446098a9a38051d82b551bedabe43417488 Eliminating redundant lines. diff -r b6ae3446098a -r fbee94295d75 src/test/path_test.cc --- a/src/test/path_test.cc Sun Sep 12 21:46:26 2004 +0000 +++ b/src/test/path_test.cc Sun Sep 12 22:12:29 2004 +0000 @@ -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 {}