commit | c21f3f2a1d8cb0aea45804ffc788947c4096281b | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Tue Feb 12 16:00:04 2019 |
committer | Brad King <brad.king@kitware.com> | Thu Apr 18 12:21:44 2019 |
tree | f2f2c3a4860477c29b589112bb73dd724b7d6889 | |
parent | 2375707bdfc83c79c94cac93a957de71c294737c [diff] |
clean: remove unnecessary Cleaner constructor variant `Cleaner` provides two constructors that are the same except that one constructs a "real" disk interface internally and the other takes a caller-provided disk interface. A real disk interface is already available at the only call site for the former constructor. Use it directly and drop the unnecessary constructor variant.