- Remove unused instance of string.

This commit is contained in:
Ulf Lilleengen 2010-07-29 16:01:10 +00:00
parent 56e6260883
commit a75716fc2d

View File

@ -250,7 +250,6 @@ action::do_action(config &c)
match::match(config &c, const char *var, const char *re)
: _var(var)
{
string pattern = re;
_re = "^";
_re.append(c.expand_string(string(re)));
_re.append("$");