Please find attached a trivial cleanup patch that removes a non-effective 
statement. 

-- 
Regards,
Christian Iversen
Index: gdb.pas
===================================================================
RCS file: /FPC/CVS/fpc/compiler/gdb.pas,v
retrieving revision 1.19
diff -u -3 -p -r1.19 gdb.pas
--- gdb.pas	20 Jun 2004 08:55:29 -0000	1.19
+++ gdb.pas	30 Jul 2004 20:06:18 -0000
@@ -182,9 +182,6 @@ N_BINCL to N_EINCL
          inherited create;
          typ:=ait_stabs;
 
-if current_module.modulename^='NCNV' then
-  current_module:=current_module;
-
          str:=_str;
          if do_count_dbx then
            begin

Reply via email to