summaryrefslogtreecommitdiffstats
path: root/sbin/devd/devd.hh
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-03-04 02:21:24 +0000
committereadler <eadler@FreeBSD.org>2013-03-04 02:21:24 +0000
commitd75b737f5421f03e2b10d5b1db967516425c60c1 (patch)
treea1d23af5d6ec5a34de7927cc94034ac06348d0e5 /sbin/devd/devd.hh
parentb8332b3b8a880feec00bf36891b453de02a7394e (diff)
downloadFreeBSD-src-d75b737f5421f03e2b10d5b1db967516425c60c1.zip
FreeBSD-src-d75b737f5421f03e2b10d5b1db967516425c60c1.tar.gz
devd: Remove unnecessary empty default constructors.
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> Approved by: cperciva (mentor)
Diffstat (limited to 'sbin/devd/devd.hh')
-rw-r--r--sbin/devd/devd.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/devd/devd.hh b/sbin/devd/devd.hh
index 3e38b4f..c8a7610 100644
--- a/sbin/devd/devd.hh
+++ b/sbin/devd/devd.hh
@@ -41,7 +41,6 @@ class config;
class var_list
{
public:
- var_list() {}
/** Set a variable in this var list.
*/
void set_variable(const std::string &var, const std::string &val);
@@ -67,7 +66,6 @@ private:
struct eps
{
public:
- eps() {}
virtual ~eps() {}
/** Does this eps match the current config?
*/
OpenPOWER on IntegriCloud