ObjFW  Check-in [ba65a43f3f]

Overview
Comment:Remove useless + load from OFObject.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ba65a43f3fec228700320e00d8c2ed6ca3fc1355bdf4ef888ecc634ab2c46d48
User & Date: js on 2009-04-21 18:07:02
Other Links: manifest | tags
Context
2009-04-22
17:59
Get socket error in OFReadOrWriteFailedException if caused by a socket.
This only affects Win32.
check-in: d06376b200 user: js tags: trunk
2009-04-21
18:07
Remove useless + load from OFObject. check-in: ba65a43f3f user: js tags: trunk
17:30
Remove useless == nil check - it can't be nil. check-in: 0977cd6fa6 user: js tags: trunk
Changes

Modified src/OFObject.m from [1a0aed77e1] to [290156f650].

36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#define PRE_IVAR ((struct pre_ivar*)((char*)self - PRE_IVAR_ALIGN))

static struct {
	Class isa;
} alloc_failed_exception;

@implementation OFObject
#ifndef __objc_INCLUDE_GNU
+ load
{
	return self;
}
#endif

+ initialize
{
	return self;
}

+ alloc
{







<
<
<
<
<
<
<







36
37
38
39
40
41
42







43
44
45
46
47
48
49
#define PRE_IVAR ((struct pre_ivar*)((char*)self - PRE_IVAR_ALIGN))

static struct {
	Class isa;
} alloc_failed_exception;

@implementation OFObject







+ initialize
{
	return self;
}

+ alloc
{