netlist: Fix "--cmd=listdevices". [Couriersud]

Broken for quite a while this is now working again.
This commit is contained in:
couriersud 2020-04-28 21:04:30 +02:00
parent 77da7b11ae
commit 3f95aebfb5

View File

@ -172,11 +172,6 @@ private:
};
static NETLIST_START(dummy)
// Standard stuff
CLOCK(clk, 1000) // 1000 Hz
SOLVER(Solver, 48000)
NETLIST_END()
// **************************************************************************