mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 13:59:46 -04:00
Remove stale code
This commit is contained in:
parent
0cc6bc8dc3
commit
cbca2f4d0c
@ -40,21 +40,6 @@ class logger;
|
||||
class progress;
|
||||
class worker_group;
|
||||
|
||||
class section {
|
||||
public:
|
||||
class impl {
|
||||
public:
|
||||
virtual ~impl() = default;
|
||||
|
||||
// TODO
|
||||
};
|
||||
|
||||
section(std::unique_ptr<impl>&& i);
|
||||
|
||||
private:
|
||||
std::unique_ptr<impl> impl_;
|
||||
};
|
||||
|
||||
class filesystem_writer {
|
||||
public:
|
||||
filesystem_writer(std::ostream& os, logger& lgr, worker_group& wg,
|
||||
|
Loading…
x
Reference in New Issue
Block a user