diff options
| author | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-03 19:24:08 +0000 |
|---|---|---|
| committer | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-03 19:24:08 +0000 |
| commit | 02f2bf614bfd9707ad11eb453793e9e4b683fceb (patch) | |
| tree | ce9cb1357e250ccc33d87c1b92c4f10162b40e4b /libobjc/objc/objc-api.h | |
| parent | c0eeb2f4155daaeb1e15f5482216bb089b5c5e74 (diff) | |
| download | ppe42-gcc-02f2bf614bfd9707ad11eb453793e9e4b683fceb.tar.gz ppe42-gcc-02f2bf614bfd9707ad11eb453793e9e4b683fceb.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174616 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/objc/objc-api.h')
| -rw-r--r-- | libobjc/objc/objc-api.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libobjc/objc/objc-api.h b/libobjc/objc/objc-api.h index f0734d76e48..10a0e6194c1 100644 --- a/libobjc/objc/objc-api.h +++ b/libobjc/objc/objc-api.h @@ -58,8 +58,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see extern "C" { #endif /* __cplusplus */ -#include "deprecated/METHOD_NULL.h" - /* Method descriptor returned by introspective Object methods. This is really just the first part of the more complete objc_method structure defined below and used internally by the runtime. */ |

