summaryrefslogtreecommitdiffstats
path: root/sbin/devd
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-03-04 02:21:22 +0000
committereadler <eadler@FreeBSD.org>2013-03-04 02:21:22 +0000
commitb8332b3b8a880feec00bf36891b453de02a7394e (patch)
tree49ae40dbee5b5f28a35d43ce340c94730dd0708b /sbin/devd
parent447034a196dd85fa9d26e5dd15075da57386eec5 (diff)
downloadFreeBSD-src-b8332b3b8a880feec00bf36891b453de02a7394e.zip
FreeBSD-src-b8332b3b8a880feec00bf36891b453de02a7394e.tar.gz
devd: Remove empty virtual destructor from class, which has noch subclasses.
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> Approved by: cperciva (mentor)
Diffstat (limited to 'sbin/devd')
-rw-r--r--sbin/devd/devd.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/devd/devd.hh b/sbin/devd/devd.hh
index 9f70b23..3e38b4f 100644
--- a/sbin/devd/devd.hh
+++ b/sbin/devd/devd.hh
@@ -42,7 +42,6 @@ class var_list
{
public:
var_list() {}
- virtual ~var_list() {}
/** Set a variable in this var list.
*/
void set_variable(const std::string &var, const std::string &val);
OpenPOWER on IntegriCloud