mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-13 14:27:30 -04:00
Remove stale code
This commit is contained in:
parent
0cc6bc8dc3
commit
cbca2f4d0c
@ -40,21 +40,6 @@ class logger;
|
|||||||
class progress;
|
class progress;
|
||||||
class worker_group;
|
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 {
|
class filesystem_writer {
|
||||||
public:
|
public:
|
||||||
filesystem_writer(std::ostream& os, logger& lgr, worker_group& wg,
|
filesystem_writer(std::ostream& os, logger& lgr, worker_group& wg,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user