diff --git a/source/compiler/sc2.c b/source/compiler/sc2.c index 306c908..92070c4 100644 --- a/source/compiler/sc2.c +++ b/source/compiler/sc2.c @@ -553,9 +553,6 @@ static void stripcom(unsigned char *line) } /* if */ } /* if */ } /* if */ - if (*line == '\a') { - memmove(line,line+1,strlen((char *)line+1)+1); - } } /* while */ #if !defined SC_LIGHT if (icomment==2) {