mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
- Remove unused instance of string.
This commit is contained in:
parent
56e6260883
commit
a75716fc2d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210609
@ -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("$");
|
||||
|
Loading…
Reference in New Issue
Block a user