]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libobjc/linking.m
In libobjc/: 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
[thirdparty/gcc.git] / libobjc / linking.m
index e94c8ea8c4b8247fffabfcbab2281f29e8859e13..4438a668ce49cda7162d8ecee8e489e5cdaecd7e 100644 (file)
@@ -27,12 +27,11 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include <objc/Object.h>
 #include <objc/NXConstStr.h>
 
-/* Generate references to Object and NXConstanstString classes since they are
-   needed by the runtime system to run correctly.  */
+/* Generate references to Object class since it is needed by the
+   runtime system to run correctly.  */
 
 void __objc_linking (void)
 {
   [Object name];
-  [NXConstantString name];
 }