* Object.m (MAX_CLASS_NAME_LEN): Unused define removed.

From-SVN: r163936
This commit is contained in:
Nicola Pero
2010-09-06 23:12:51 +00:00
committed by Nicola Pero
parent da0a441de5
commit 29b71c0200
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2010-09-07 Nicola Pero <nicola.pero@meta-innovation.com>
* Object.m (MAX_CLASS_NAME_LEN): Unused define removed.
2010-09-06 Iain Sandoe <iains@gcc.gnu.org>
* encoding.c: Add TARGET_ALIGN_NATURAL definition for m64 powerpc darwin.

View File

@@ -28,8 +28,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#include "objc/Protocol.h"
#include "objc/objc-api.h"
#define MAX_CLASS_NAME_LEN 256
@implementation Object
+ initialize