diff --git a/source/app.d b/source/app.d index 3f72773..40a70cc 100644 --- a/source/app.d +++ b/source/app.d @@ -367,11 +367,6 @@ void checkNoExtraCharacters() { switch (line[column]) { case '\t': case ' ': - if (pass2) { - readSpaces(); - if (!eol() && line[column] == ',') - warning("Comment starts with a comma. Unintended whitespace?"); - } return; default: throw new AssemblyError("Extra characters on line");