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 dead code

This commit is contained in:
Pascal Bauer 2024-10-24 00:14:47 +02:00
parent 2514bc2ed0
commit 0766e83484

View file

@ -24,13 +24,6 @@ public:
private:
static constexpr char axiInterface[] = "M_AXI";
static constexpr char pcieMemory[] = "BAR0";
struct AxiBar {
uintptr_t base;
size_t size;
uintptr_t translation;
};
};
class ZynqFactory : CoreFactory {