From 1d9bf149ef4f1a9e6d293f480dfeb1d7e9d78f99 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Mon, 4 Mar 2013 02:21:24 +0000 Subject: [PATCH] devd: Remove unnecessary empty default constructors. Submitted by: Christoph Mallon Approved by: cperciva (mentor) --- sbin/devd/devd.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/sbin/devd/devd.hh b/sbin/devd/devd.hh index 3e38b4f366e..c8a761015c4 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? */