diff options
author | Kresten Krab Thorup <krab@gcc.gnu.org> | 1993-05-05 08:13:15 +0000 |
---|---|---|
committer | Kresten Krab Thorup <krab@gcc.gnu.org> | 1993-05-05 08:13:15 +0000 |
commit | 991d3e71ced0bb2e4c70807831d4c95a59edde51 (patch) | |
tree | 4d203aa1e9ae06ac3a0614c7889a5772a50214bd /gcc/objc/misc.c | |
parent | 84db222add1bde080bbcd48e53a8e8009296eb48 (diff) | |
download | gcc-991d3e71ced0bb2e4c70807831d4c95a59edde51.zip gcc-991d3e71ced0bb2e4c70807831d4c95a59edde51.tar.gz gcc-991d3e71ced0bb2e4c70807831d4c95a59edde51.tar.bz2 |
Headerfiles reorganized
From-SVN: r4329
Diffstat (limited to 'gcc/objc/misc.c')
-rw-r--r-- | gcc/objc/misc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/objc/misc.c b/gcc/objc/misc.c index b9b64ac..6b6b342 100644 --- a/gcc/objc/misc.c +++ b/gcc/objc/misc.c @@ -29,9 +29,6 @@ You should have received a copy of the GNU General Public License along with void objc_error(id object, const char* fmt, va_list); void (*_objc_error)(id, const char*, va_list) = objc_error; -/* id (*_objc_object_alloc)(Class*) = 0; */ -/* id (*_objc_object_dispose)(id) = 0; */ -/* id (*_objc_object_copy)(id) = 0; */ void objc_error(id object, const char* fmt, va_list ap) |