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:
parent
f27fc62454
commit
2514bc2ed0
1 changed files with 0 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue