diff --git a/autoload/emmet/lang/html.vim b/autoload/emmet/lang/html.vim
index cdf440b..3daf8f4 100644
--- a/autoload/emmet/lang/html.vim
+++ b/autoload/emmet/lang/html.vim
@@ -402,7 +402,6 @@ function! emmet#lang#html#parseIntoTree(abbr, type) abort
endif
let abbr = abbr[stridx(abbr, match) + len(match):]
if abbr == '/'
- let g:hoge = 1
let current.empty = 1
endif