Noorul Islam K M <noo...@collab.net> writes: > Attached patch removes unused class. > > Log > [[[ > > * subversion/tests/cmdline/svntest/main.py > (run_entriesdump): Remove unused class 'Entry'. > > Patch by: Noorul Islam K M <noorul{_AT_}collab.net> > ]]] > > Thanks and Regards > Noorul > > Index: subversion/tests/cmdline/svntest/main.py > =================================================================== > --- subversion/tests/cmdline/svntest/main.py (revision 1075215) > +++ subversion/tests/cmdline/svntest/main.py (working copy) > @@ -623,8 +623,6 @@ > ### report on this? or continue to just skip it? > return None > > - class Entry(object): > - pass > entries = { } > exec(''.join([line for line in stdout_lines if not > line.startswith("DBG:")])) > return entries
Please ignore this patch as this is an incorrect one. Thanks and Regards Noorul