diff options
author | Nicola Pero <nicola.pero@meta-innovation.com> | 2011-06-03 19:24:08 +0000 |
---|---|---|
committer | Nicola Pero <nicola@gcc.gnu.org> | 2011-06-03 19:24:08 +0000 |
commit | d2a1962dbfbea6c2ae303881d4d8f01aece06292 (patch) | |
tree | ce9cb1357e250ccc33d87c1b92c4f10162b40e4b /libobjc/Makefile.in | |
parent | 309ce401bcbab1b68e4c15e5130cf84bc7ec0e66 (diff) | |
download | gcc-d2a1962dbfbea6c2ae303881d4d8f01aece06292.zip gcc-d2a1962dbfbea6c2ae303881d4d8f01aece06292.tar.gz gcc-d2a1962dbfbea6c2ae303881d4d8f01aece06292.tar.bz2 |
In libobjc/: 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>
In libobjc/:
2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>
* Makefile.in (OBJC_DEPRECATED_H): Removed METHOD_NULL.h.
* objc/objc-api.h: Do not include deprecated/METHOD_NULL.h.
* objc/deprecated/METHOD_NULL.h: Removed.
From-SVN: r174616
Diffstat (limited to 'libobjc/Makefile.in')
-rw-r--r-- | libobjc/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index 1d021e8..8601653 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -127,7 +127,6 @@ OBJC_H = \ # User-visible header files containing deprecated APIs, from the # objc/deprecated directory OBJC_DEPRECATED_H = \ - METHOD_NULL.h \ MetaClass.h \ Object.h \ Protocol.h \ |