Commit 62699337 authored by Teodor Sigaev's avatar Teodor Sigaev

remove forgotten // comments

parent cec3b0a9
......@@ -550,8 +550,6 @@ static TParserStateActionItem actionTPS_InHostFirstDomen[] = {
{p_isEOF, 0, A_POP, TPS_Null, 0, NULL},
{p_islatin, 0, A_NEXT, TPS_InHostDomenSecond, 0, NULL},
{p_isdigit, 0, A_NEXT, TPS_InHost, 0, NULL},
//{p_iseqC, '-', A_POP, TPS_InHostFirstAN, 0, NULL},
//{p_iseqC, '.', A_POP, TPS_InHostFirstDomen, 0, NULL},
{NULL, 0, A_POP, TPS_Null, 0, NULL}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment