#if 0'd out some unused code
This commit is contained in:
parent
dee54c7c1f
commit
548af968f6
1 changed files with 2 additions and 0 deletions
|
|
@ -186,11 +186,13 @@ lookup_probable_account(const string& ident,
|
||||||
if (in_order_match && pos - index < 3)
|
if (in_order_match && pos - index < 3)
|
||||||
addend++;
|
addend++;
|
||||||
|
|
||||||
|
#if 0
|
||||||
#if !defined(HAVE_BOOST_REGEX_UNICODE)
|
#if !defined(HAVE_BOOST_REGEX_UNICODE)
|
||||||
if (pos == 0 || (pos > 0 && !std::isalnum(value_key[pos - 1])))
|
if (pos == 0 || (pos > 0 && !std::isalnum(value_key[pos - 1])))
|
||||||
addend++;
|
addend++;
|
||||||
#else
|
#else
|
||||||
// jww (2010-03-07): Not yet implemented
|
// jww (2010-03-07): Not yet implemented
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
last_match_pos = pos;
|
last_match_pos = pos;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue