Author: eadler
Date: Mon Mar  4 02:21:22 2013
New Revision: 247759
URL: http://svnweb.freebsd.org/changeset/base/247759

Log:
  devd: Remove empty virtual destructor from class, which has noch subclasses.
  
  Submitted by: Christoph Mallon <christoph.mal...@gmx.de>
  Approved by:  cperciva (mentor)

Modified:
  head/sbin/devd/devd.hh

Modified: head/sbin/devd/devd.hh
==============================================================================
--- head/sbin/devd/devd.hh      Mon Mar  4 02:21:19 2013        (r247758)
+++ head/sbin/devd/devd.hh      Mon Mar  4 02:21:22 2013        (r247759)
@@ -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);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to