ObjFW  Check-in [a756d3f511]

Overview
Comment:Remove useless definitions.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a756d3f5115c2c9072222a7690fa0ccb0317ad0be76d990785534b387a3e11da
User & Date: js on 2009-04-19 20:22:29
Other Links: manifest | tags
Context
2009-04-19
20:29
Remove stuff forgotten after moving code in OFPlugin. check-in: 066bf9c8c3 user: js tags: trunk
20:22
Remove useless definitions. check-in: a756d3f511 user: js tags: trunk
20:19
Actually, it makes sense that - release returns self.
This way, you can check if the object has been free'd, for example
using if ((obj = [obj release]) == nil).
check-in: 348b389736 user: js tags: trunk
Changes