Remove extended_UCode 'need', which has been obsoleted by Vex.  Kept the
field in the struct for backward compatibility (but renamed it to
no_longer_used_0).



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3067 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/core.h b/coregrind/core.h
index 5c1fa98..9ecb4fc 100644
--- a/coregrind/core.h
+++ b/coregrind/core.h
@@ -388,7 +388,7 @@
       Bool shadow_regs;
       Bool command_line_options;
       Bool client_requests;
-      Bool extended_UCode;
+      Bool no_longer_used_0;     // for backwards compatibility
       Bool syscall_wrapper;
       Bool sanity_checks;
       Bool data_syms;