diff options
Diffstat (limited to 'src/lib/netlist/devices/nld_log.cpp')
-rw-r--r-- | src/lib/netlist/devices/nld_log.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/netlist/devices/nld_log.cpp b/src/lib/netlist/devices/nld_log.cpp index 77d3560181b..b483263a00c 100644 --- a/src/lib/netlist/devices/nld_log.cpp +++ b/src/lib/netlist/devices/nld_log.cpp @@ -16,13 +16,11 @@ namespace netlist { namespace devices { - NETLIB_OBJECT(log) { NETLIB_CONSTRUCTOR(log) , m_I(*this, "I") { - pstring filename = plib::pfmt("{1}.log")(this->name()); m_strm = plib::make_unique<plib::pofilestream>(filename); } |