ObjFW  Check-in [1b7a52cdf5]

Overview
Comment:Get rid of two unnecessary variables.

This works as resizeMem:toSize: throws an exception if there's not
enough memory and thus string isn't even set, so the string isn't even
touched and still correct.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1b7a52cdf594d483229c5bd6a737b4a1437abc127ca48ad0a5a8388a026c7f8c
User & Date: js on 2009-05-03 14:59:32
Other Links: manifest | tags
Context
2009-05-03
15:10
Get rid of another useless variable. check-in: 2cec8a76d7 user: js tags: trunk
14:59
Get rid of two unnecessary variables. check-in: 1b7a52cdf5 user: js tags: trunk
14:48
Don't throw an OFNoMemException in - freeMem:. It won't help anyway. check-in: 042a74a6e6 user: js tags: trunk
Changes