From 74796753613256007b97dab6eac6ae8d808d3900 Mon Sep 17 00:00:00 2001 From: Daniel Krebs Date: Mon, 4 Jun 2018 14:02:51 +0200 Subject: [PATCH] ips/intc: remove unused code --- fpga/include/villas/fpga/ips/intc.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/fpga/include/villas/fpga/ips/intc.hpp b/fpga/include/villas/fpga/ips/intc.hpp index 41b007953..bcc23ed54 100644 --- a/fpga/include/villas/fpga/ips/intc.hpp +++ b/fpga/include/villas/fpga/ips/intc.hpp @@ -105,9 +105,6 @@ public: Vlnv getCompatibleVlnv() const { return Vlnv(getCompatibleVlnvString()); } - -// std::list getDependencies() const -// { return { {"pcie", Vlnv("xilinx.com:ip:axi_pcie:") } }; } }; } // namespace ip