.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@8577 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-06-21 12:09:59 +00:00
parent 9b1049396d
commit 6a4a95e8d2

View file

@ -275,8 +275,6 @@ String GetTopicTitle(const String& link)
return q >= 0 ? topic_info()[q].title : Null;
}
int MatchWord(const Vector<int>& w, const String& pattern)
{
const Index<String>& ws = TopicWords();