gdb/doc/
[external/binutils.git] / gdb / testsuite / gdb.cp / cplusfuncs.cc
index 11dba06..021d7c1 100644 (file)
@@ -58,18 +58,7 @@ public:
   const char *ccpfoo;
 };
 
-#ifdef usestubs
-extern "C" { 
-   void set_debug_traps();
-   void breakpoint();
-};
-#endif
-
 int main () {
-#ifdef usestubs
-   set_debug_traps();
-   breakpoint();
-#endif
    int z=3;
 }