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