Strip out a c++ style comment (line should have already been deleted)

This commit is contained in:
David Parsons
2009-08-12 01:10:56 -07:00
parent b134f9532b
commit b196dcb641
-2
View File
@@ -901,8 +901,6 @@ compile_document(Line *ptr, MMIOT *f)
struct kw *tag;
int eaten;
//ptr = consume(ptr, &eaten);
while ( ptr ) {
if ( !(f->flags & DENY_HTML) && (tag = isopentag(ptr)) ) {
if ( text ) {