svn commit: r210609 - head/sbin/devd

Ulf Lilleengen lulf at FreeBSD.org
Thu Jul 29 16:01:10 UTC 2010


Author: lulf
Date: Thu Jul 29 16:01:10 2010
New Revision: 210609
URL: http://svn.freebsd.org/changeset/base/210609

Log:
  - Remove unused instance of string.

Modified:
  head/sbin/devd/devd.cc

Modified: head/sbin/devd/devd.cc
==============================================================================
--- head/sbin/devd/devd.cc	Thu Jul 29 14:23:58 2010	(r210608)
+++ head/sbin/devd/devd.cc	Thu Jul 29 16:01:10 2010	(r210609)
@@ -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("$");


More information about the svn-src-head mailing list