diff options
author | 2016-06-25 00:20:17 +0200 | |
---|---|---|
committer | 2016-06-25 00:20:17 +0200 | |
commit | af750f143cd6d36f377fb22f214970553f278a09 (patch) | |
tree | 4e867df3d7f0af42fcc340a696081cd6de50c646 /src/lib/netlist/plib/pfmtlog.cpp | |
parent | 798bb7956756fcb8f356dcaeeaf7fe1e31dab8da (diff) |
Srcclean on netlist files. Avoid the merge massacre. (nw)
Diffstat (limited to 'src/lib/netlist/plib/pfmtlog.cpp')
-rw-r--r-- | src/lib/netlist/plib/pfmtlog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/netlist/plib/pfmtlog.cpp b/src/lib/netlist/plib/pfmtlog.cpp index b10ab7f6a2b..e29753c7a81 100644 --- a/src/lib/netlist/plib/pfmtlog.cpp +++ b/src/lib/netlist/plib/pfmtlog.cpp @@ -17,7 +17,6 @@ #include "palloc.h" namespace plib { - pfmt::pfmt(const pstring &fmt) : m_str(m_str_buf), m_allocated(0), m_arg(0) { @@ -141,4 +140,3 @@ void pfmt::format_element(const char *f, const char *l, const char *fmt_spec, . } } - |