about summary refs log tree commit diff stats
path: root/src/html/parser.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/parser.nim')
-rw-r--r--src/html/parser.nim6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/html/parser.nim b/src/html/parser.nim
index 6868ec52..8d9c0b6f 100644
--- a/src/html/parser.nim
+++ b/src/html/parser.nim
@@ -13,12 +13,6 @@ import html/entity
 
 type
   HTMLParseState = object
-    closed: bool
-    parents: seq[Node]
-    parsedNode: Node
-    a: string
-    b: string
-    attrs: seq[string]
     in_comment: bool
     in_script: bool
     in_style: bool