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

[PATCH] Eliminate unused variable initializations

From: Michael Haggerty <mhagger_at_alum.mit.edu>
Date: 2006-04-03 17:44:55 CEST

A very small cleanup:

[[[
Remove some unnecessary variable initializations.

* tools/dev/normalize-dump.py (parse_file): Removed some unnecessary
  local variable initializations: harvesting (was never referenced);
  headers and eof (because they are set unconditionally a few lines
  later and are only needed within the while loop).
]]]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon Apr 3 17:45:26 2006

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.