janitorial: remove C statements in excess

Eric Pouech pouech-eric at wanadoo.fr
Sat Dec 11 04:35:16 CST 2004


this removes some cases of excessive (thus unusefull) C statements, like
- break after return or goto,
- unused variables,
- code like
	if ()
	{
		...
		return ...;
	}
	else
	{
		...
		return ...;
	}
	return ...;

A+
-------------- next part --------------
A non-text attachment was scrubbed...
Name: exs_stmt.diff
Type: text/x-patch
Size: 41982 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20041211/a085d1bd/exs_stmt.bin


More information about the wine-patches mailing list