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/devices/nld_truthtable.cpp | |
parent | 798bb7956756fcb8f356dcaeeaf7fe1e31dab8da (diff) |
Srcclean on netlist files. Avoid the merge massacre. (nw)
Diffstat (limited to 'src/lib/netlist/devices/nld_truthtable.cpp')
-rw-r--r-- | src/lib/netlist/devices/nld_truthtable.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/netlist/devices/nld_truthtable.cpp b/src/lib/netlist/devices/nld_truthtable.cpp index 29895ae8b4c..22520b61882 100644 --- a/src/lib/netlist/devices/nld_truthtable.cpp +++ b/src/lib/netlist/devices/nld_truthtable.cpp @@ -13,7 +13,6 @@ namespace netlist { namespace devices { - template<unsigned m_NI, unsigned m_NO> class netlist_factory_truthtable_t : public netlist_base_factory_truthtable_t { |