mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
Strip out a c++ style comment (line should have already been deleted)
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user