[macruby-changes] [4287] ControlTower/trunk/ext/CTParser

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 25 16:13:10 PDT 2010


Revision: 4287
          http://trac.macosforge.org/projects/ruby/changeset/4287
Author:   lsansonetti at apple.com
Date:     2010-06-25 16:13:10 -0700 (Fri, 25 Jun 2010)
Log Message:
-----------
looks like this body variable isn't needed/used

Modified Paths:
--------------
    ControlTower/trunk/ext/CTParser/CTParser.h
    ControlTower/trunk/ext/CTParser/CTParser.m

Modified: ControlTower/trunk/ext/CTParser/CTParser.h
===================================================================
--- ControlTower/trunk/ext/CTParser/CTParser.h	2010-06-25 23:06:03 UTC (rev 4286)
+++ ControlTower/trunk/ext/CTParser/CTParser.h	2010-06-25 23:13:10 UTC (rev 4287)
@@ -12,11 +12,8 @@
 @interface CTParser : NSObject
 {
   http_parser *_parser;
-  NSMutableArray *_body;
 }
 
- at property(copy) NSMutableArray *body;
-
 - (id)init;
 - (void)reset;
 

Modified: ControlTower/trunk/ext/CTParser/CTParser.m
===================================================================
--- ControlTower/trunk/ext/CTParser/CTParser.m	2010-06-25 23:06:03 UTC (rev 4286)
+++ ControlTower/trunk/ext/CTParser/CTParser.m	2010-06-25 23:13:10 UTC (rev 4287)
@@ -134,8 +134,6 @@
 
 @implementation CTParser
 
- at synthesize body = _body;
-
 - (id)init
 {
     self = [super init];
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100625/ebee67b6/attachment.html>


More information about the macruby-changes mailing list