aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPLogger.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPLogger.m')
-rw-r--r--Source/SPLogger.m10
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/SPLogger.m b/Source/SPLogger.m
index 112edb64..743b0fce 100644
--- a/Source/SPLogger.m
+++ b/Source/SPLogger.m
@@ -80,16 +80,6 @@ static SPLogger *logger = nil;
}
}
-- (id)copyWithZone:(NSZone *)zone { return self; }
-
-- (id)retain { return self; }
-
-- (NSUInteger)retainCount { return NSUIntegerMax; }
-
-- (void)release {}
-
-- (id)autorelease { return self; }
-
- (id)init
{
if ((self = [super init])) {