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

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

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

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
Received on 2011-02-28 06:59:19 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.