summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_log.cpp
diff options
context:
space:
mode:
author couriersud <couriersud@arcor.de>2016-06-25 00:20:17 +0200
committer couriersud <couriersud@arcor.de>2016-06-25 00:20:17 +0200
commitaf750f143cd6d36f377fb22f214970553f278a09 (patch)
tree4e867df3d7f0af42fcc340a696081cd6de50c646 /src/lib/netlist/devices/nld_log.cpp
parent798bb7956756fcb8f356dcaeeaf7fe1e31dab8da (diff)
Srcclean on netlist files. Avoid the merge massacre. (nw)
Diffstat (limited to 'src/lib/netlist/devices/nld_log.cpp')
-rw-r--r--src/lib/netlist/devices/nld_log.cpp2
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);
}