[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Remove unused class 'Entry' from svntest/main.py

From: Noorul Islam K M <noorul_at_collab.net>
Date: Mon, 28 Feb 2011 11:34:55 +0530

Noorul Islam K M <noorul_at_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
Received on 2011-02-28 07:07:00 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.