Browse Source

- removed unused message

carl 23 years ago
parent
commit
5b05c7d2c3
1 changed files with 4 additions and 2 deletions
  1. 4 2
      compiler/i386/ra386att.pas

+ 4 - 2
compiler/i386/ra386att.pas

@@ -431,7 +431,6 @@ begin
            if c in ['0'..'9'] then
            if c in ['0'..'9'] then
             begin
             begin
               actasmtoken:=AS_MOD;
               actasmtoken:=AS_MOD;
-              {Message(asmr_w_modulo_not_supported);}
             end
             end
            else
            else
             begin
             begin
@@ -2130,7 +2129,10 @@ finalization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.32  2002-11-15 01:58:58  peter
+  Revision 1.33  2002-11-30 23:16:39  carl
+    - removed unused message
+
+  Revision 1.32  2002/11/15 01:58:58  peter
     * merged changes from 1.0.7 up to 04-11
     * merged changes from 1.0.7 up to 04-11
       - -V option for generating bug report tracing
       - -V option for generating bug report tracing
       - more tracing for option parsing
       - more tracing for option parsing