code cleanup
This commit is contained in:
parent
61da9adce5
commit
da4e223b16
1 changed files with 0 additions and 3 deletions
|
@ -16,9 +16,6 @@ using SalesVec = std::vector<std::unique_ptr<Sale>>;
|
|||
using BasketVec = std::vector<std::unique_ptr<Article>>;
|
||||
} // namespace
|
||||
|
||||
struct Basket {
|
||||
};
|
||||
|
||||
class Marketplace
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue