code cleanup

This commit is contained in:
Martin Brodbeck 2018-08-02 12:36:37 +02:00
parent 61da9adce5
commit da4e223b16
1 changed files with 0 additions and 3 deletions

View File

@ -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: