]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/objc/execute/informal_protocol.m
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / objc / execute / informal_protocol.m
diff --git a/gcc/testsuite/objc/execute/informal_protocol.m b/gcc/testsuite/objc/execute/informal_protocol.m
deleted file mode 100644 (file)
index 9815053..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Contributed by Nicola Pero - Fri Mar  9 21:35:47 CET 2001 */
-#include <objc/objc.h>
-#include <objc/Object.h>
-
-@interface Object (StopProtocol)
-- (void) stop;
-@end
-
-int main (void)
-{
-  return 0;
-}
-