summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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