1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

remove unused members

This commit is contained in:
Pascal Bauer 2024-10-24 00:21:17 +02:00 committed by Niklas Eiling
parent 9f12b9b050
commit feccfea9f1

View file

@ -20,10 +20,6 @@ public:
friend class ZynqFactory;
virtual bool init() override;
private:
static constexpr char axiInterface[] = "M_AXI";
static constexpr char pcieMemory[] = "BAR0";
};
class ZynqFactory : CoreFactory {