diff options
author | Teodor Sigaev <teodor@sigaev.ru> | 2005-11-21 18:00:52 +0000 |
---|---|---|
committer | Teodor Sigaev <teodor@sigaev.ru> | 2005-11-21 18:00:52 +0000 |
commit | 62699337bc5915d791486a30563d4fbed4fb05f7 (patch) | |
tree | dd6264838e2aa2c60cf1cfd0521517257c1f5f56 | |
parent | cec3b0a9e63fd94b05dac894cca8bfa51358afec (diff) | |
download | postgresql-62699337bc5915d791486a30563d4fbed4fb05f7.tar.gz postgresql-62699337bc5915d791486a30563d4fbed4fb05f7.zip |
remove forgotten // comments
-rw-r--r-- | contrib/tsearch2/wordparser/parser.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/tsearch2/wordparser/parser.c b/contrib/tsearch2/wordparser/parser.c index e414a865ffd..d2ed28122ca 100644 --- a/contrib/tsearch2/wordparser/parser.c +++ b/contrib/tsearch2/wordparser/parser.c @@ -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} }; |