re PR regression/50999 (g++.dg/lto/20081109 execute -O2 -flto -flto-partition=1to1...
[gcc.git] / libobjc / objects.c
index bcfb25bd6045cbe5343915dfff8961204f468db3..fe11062835b05e928b085c7f846255d0e00b7d41 100644 (file)
@@ -66,12 +66,6 @@ class_createInstance (Class class, size_t extraBytes)
 }
 
 /* Traditional GNU Objective-C Runtime API.  */
-id
-class_create_instance (Class class)
-{
-  return class_createInstance (class, 0);
-}
-
 id
 object_copy (id object, size_t extraBytes)
 {
@@ -122,4 +116,3 @@ object_setClass (id object, Class class_)
       return old_class;
     }
 }
-