summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_system.cpp
diff options
context:
space:
mode:
author therealmogminer@gmail.com <therealmogminer@gmail.com>2015-11-09 12:23:29 +0100
committer therealmogminer@gmail.com <therealmogminer@gmail.com>2015-11-09 12:23:29 +0100
commit7b5119e1667c1a0844c268169e74c69c5a40f5c3 (patch)
tree3f26277c0f7df0ab4533187f4bcdb560c8e663bd /src/lib/netlist/devices/nld_system.cpp
parent33f410f0d90668258c34e8ce4fd92b84d1cbd177 (diff)
nw, more PVS-Studio fixes
Diffstat (limited to 'src/lib/netlist/devices/nld_system.cpp')
-rw-r--r--src/lib/netlist/devices/nld_system.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/netlist/devices/nld_system.cpp b/src/lib/netlist/devices/nld_system.cpp
index 628ec617cb1..ca96f776aac 100644
--- a/src/lib/netlist/devices/nld_system.cpp
+++ b/src/lib/netlist/devices/nld_system.cpp
@@ -316,8 +316,6 @@ NETLIB_START(function)
rc.m_cmd = MULT;
else if (cmd == "/")
rc.m_cmd = DIV;
- else if (cmd == "/")
- rc.m_cmd = DIV;
else if (cmd.startsWith("A"))
{
rc.m_cmd = PUSH_INPUT;