Revert "Improve build system, etc..."

This reverts commit 249b44a81a.
This commit is contained in:
2025-08-24 16:17:12 +03:00
parent 249b44a81a
commit 705f529f55
7 changed files with 42 additions and 56 deletions

View File

@@ -175,17 +175,6 @@ public:
[[nodiscard]] const char *name() const override;
};
class shellFunction final : public FunctionBase {
public:
CLI::App *cmd = nullptr;
bool init(CLI::App &_app) override;
bool run() override;
[[nodiscard]] bool isUsed() const override;
[[nodiscard]] const char *name() const override;
};
} // namespace PartitionManager
#endif // #ifndef FUNCTIONS_HPP