diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-04 02:21:22 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-04 02:21:22 +0000 |
commit | b8332b3b8a880feec00bf36891b453de02a7394e (patch) | |
tree | 49ae40dbee5b5f28a35d43ce340c94730dd0708b /sbin | |
parent | 447034a196dd85fa9d26e5dd15075da57386eec5 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sbin/devd/devd.hh | 1 |
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); |