Removed duplicate start_element rule.

This commit is contained in:
Yorick Peterse 2014-03-21 18:54:47 +01:00
parent 56ed9e949c
commit 0e9d9b844c
1 changed files with 0 additions and 1 deletions

View File

@ -436,7 +436,6 @@ module Oga
doctype_start => start_doctype;
cdata_start => start_cdata;
comment_start => start_comment;
element_start => start_element;
# Enter the body of the tag. If HTML mode is enabled and the current
# element is a void element we'll close it and bail out.