aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc
diff options
context:
space:
mode:
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-03 19:57:56 +0000
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-03 19:57:56 +0000
commit30d846044a9e0305990619dfc3de1753c07a7e35 (patch)
treec219cf7feb0701fdf5508dedb796598ffeac6c28 /libobjc/objc
parent0bc380eb0b6738e18ede2f2b131bbddc318a3f78 (diff)
In libobjc/:
2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com> * Makefile.in (OBJC_DEPRECATED_H): Removed struct_objc_static_instances.h and objc_get_uninstalled_dtable.h. * objc/deprecated/struct_objc_static_instances.h: Removed. * objc/deprecated/objc_get_uninstalled_dtable.h: Removed. * objc/objc-api.h: Do not include deprecated/objc_static_instances.h and deprecated/objc_get_uninstalled_dtable.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174618 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/objc')
-rw-r--r--libobjc/objc/deprecated/objc_get_uninstalled_dtable.h2
-rw-r--r--libobjc/objc/deprecated/struct_objc_static_instances.h14
-rw-r--r--libobjc/objc/objc-api.h3
3 files changed, 0 insertions, 19 deletions
diff --git a/libobjc/objc/deprecated/objc_get_uninstalled_dtable.h b/libobjc/objc/deprecated/objc_get_uninstalled_dtable.h
deleted file mode 100644
index 48d508a1592..00000000000
--- a/libobjc/objc/deprecated/objc_get_uninstalled_dtable.h
+++ /dev/null
@@ -1,2 +0,0 @@
-objc_EXPORT struct sarray*
-objc_get_uninstalled_dtable(void);
diff --git a/libobjc/objc/deprecated/struct_objc_static_instances.h b/libobjc/objc/deprecated/struct_objc_static_instances.h
deleted file mode 100644
index 9d889bfc08c..00000000000
--- a/libobjc/objc/deprecated/struct_objc_static_instances.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* For every class which happens to have statically allocated instances in
- this module, one OBJC_STATIC_INSTANCES is allocated by the compiler.
- INSTANCES is NULL terminated and points to all statically allocated
- instances of this class. */
-struct objc_static_instances
-{
- char *class_name;
-#ifdef __cplusplus
- id instances[1];
-#else
- id instances[0];
-#endif
-};
-
diff --git a/libobjc/objc/objc-api.h b/libobjc/objc/objc-api.h
index bda614f6573..e6f6e26600d 100644
--- a/libobjc/objc/objc-api.h
+++ b/libobjc/objc/objc-api.h
@@ -104,7 +104,6 @@ struct objc_method_description
equivalent to "*". */
#define _C_ATOM '%'
-#include "deprecated/struct_objc_static_instances.h"
#include "deprecated/struct_objc_symtab.h"
#include "deprecated/struct_objc_module.h"
#include "deprecated/struct_objc_ivar.h"
@@ -385,8 +384,6 @@ object_is_meta_class (id object)
&& !object_is_class (object));
}
-#include "deprecated/objc_get_uninstalled_dtable.h"
-
#ifdef __cplusplus
}
#endif /* __cplusplus */