From patchwork Mon Sep 6 23:13:16 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libojc - remove unused define Date: Mon, 06 Sep 2010 13:13:16 -0000 From: Nicola Pero X-Patchwork-Id: 63958 Message-Id: <1283814796.441417590@192.168.2.229> To: gcc-patches@gnu.org Obvious one-liner applied to trunk. Thanks Index: ChangeLog =================================================================== --- ChangeLog (revision 163935) +++ ChangeLog (working copy) @@ -1,3 +1,7 @@ +2010-09-07 Nicola Pero + + * Object.m (MAX_CLASS_NAME_LEN): Unused define removed. + 2010-09-06 Iain Sandoe * encoding.c: Add TARGET_ALIGN_NATURAL definition for m64 powerpc darwin. Index: Object.m =================================================================== --- Object.m (revision 163935) +++ Object.m (working copy) @@ -28,8 +28,6 @@ #include "objc/Protocol.h" #include "objc/objc-api.h" -#define MAX_CLASS_NAME_LEN 256 - @implementation Object + initialize