ObjFW  Check-in [8d9ab7ea41]

Overview
Comment:Remove +[OFObject new]

While it allows for some laziness when using ARC, it only creates
inconsistency because there are no +[newWith*] methods.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 8d9ab7ea41795285f6745dccb7ed026296f0cdbf134507e7125dfd45954b61ce
User & Date: js on 2022-12-04 09:01:11
Other Links: manifest | tags
Context
2022-12-04
10:57
Clean up and fix objfw.spec check-in: 06823673f3 user: js tags: trunk
09:01
Remove +[OFObject new] check-in: 8d9ab7ea41 user: js tags: trunk
2022-11-27
09:22
OFSystemInfo: Detect 3DNow! support check-in: 29565be707 user: js tags: trunk
2018-02-25
04:21
OFObject: Bring +[new] back check-in: d6bf2b12dd user: js tags: trunk
Changes