Get rid of spurious declaration for fooble.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1691 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_translate.c b/coregrind/vg_translate.c
index f07bb0e..48b4f2d 100644
--- a/coregrind/vg_translate.c
+++ b/coregrind/vg_translate.c
@@ -2240,7 +2240,7 @@
 #  undef VG_NOTHING
 
 }
-extern void fooble(int);
+
 /* Analysis records liveness of all general-use RealRegs in the UCode. */
 static void vg_realreg_liveness_analysis ( UCodeBlock* cb )
 {        
@@ -2298,7 +2298,7 @@
    UChar*      final_code;
    UCodeBlock* cb;
    Bool        notrace_until_done;
-   UInt        notrace_until_limit = 18000;
+   UInt        notrace_until_limit = 23000;
 
    VGP_PUSHCC(VgpTranslate);
    debugging_translation