[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 variables, reorder declarations, use auto_buffer

From: Dmitry <wipedout_at_yandex.ru>
Date: Wed, 06 Jan 2010 14:53:07 +0300

Hey.

Here's more of the same - reduced duplication, removed unnecessary initialization of some variables, replaced SecureZeroMemory() with value initialization ( "= {};" thing), in Utils/PathWatcher.cpp changed the buffer declaration - it was declared as WCHAR, but used as TCHAR, other minor improvements.

Best wishes.
Dmitry.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2435152

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2010-01-06 13:10:29 CET

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

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