You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Noorul Islam K M <no...@collab.net> on 2011/02/28 06:57:12 UTC

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

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


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

Posted by Noorul Islam K M <no...@collab.net>.
Noorul Islam K M <no...@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