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:11:20 +02:00
parent f27fc62454
commit 2514bc2ed0

View file

@ -31,12 +31,6 @@ private:
uintptr_t translation;
};
struct PciBar {
uintptr_t translation;
};
std::map<std::string, AxiBar> axiToPcieTranslations;
std::map<std::string, PciBar> pcieToAxiTranslations;
};
class ZynqFactory : CoreFactory {