* Object.m (MAX_CLASS_NAME_LEN): Unused define removed.
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Sep 2010 23:12:51 +0000 (23:12 +0000)
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Sep 2010 23:12:51 +0000 (23:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163936 138bc75d-0d04-0410-961f-82ee72b054a4

libobjc/ChangeLog
libobjc/Object.m

index c82b08d..e70f7f9 100644 (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.
index b9eb72a..ead9c8d 100644 (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