From: Nicholas Nethercote Date: Tue, 17 May 2005 04:28:23 +0000 (+0000) Subject: Remove orphaned comment. X-Git-Tag: svn/VALGRIND_3_0_0~562 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=338b7b1a55a0e088cb4c90f17d61be4475fa01ea;p=thirdparty%2Fvalgrind.git Remove orphaned comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3756 --- diff --git a/coregrind/x86/state.c b/coregrind/x86/state.c index 661a389416..ff7754b4a4 100644 --- a/coregrind/x86/state.c +++ b/coregrind/x86/state.c @@ -35,16 +35,6 @@ #include "libvex_guest_x86.h" -/* Global and Local descriptor tables for threads. - - See comments in libvex_guest_x86.h for LibVEX's model of x86 - segment descriptors. - - Mostly, threads never generate LDT (or GDT?) entries. Therefore, - we will initially start off with LDTs and GDTs being (HWord)NULL - and allocate them on demand. -*/ - /*------------------------------------------------------------*/ /*--- Determining arch/subarch. ---*/