diff --git a/rse/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/command/CommandMinerThread.java b/rse/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/command/CommandMinerThread.java index 25a9462d90c..12ddc6e3e4a 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/command/CommandMinerThread.java +++ b/rse/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/command/CommandMinerThread.java @@ -205,17 +205,6 @@ public class CommandMinerThread extends MinerThread if (_isTTY) { String args[] = null; - /* - if (_isOS400) - { - args = new String[4]; - args[0] = PSEUDO_TERMINAL; - args[1] = "/QOpenSys/usr/bin/sh"; //$NON-NLS-1$ - args[2] = "-c"; //$NON-NLS-1$ - args[3] = "export TERMINAL_TYPE=REMOTE;export QIBM_JAVA_STDIO_CONVERT=Y;export QIBM_USE_DESCRIPTOR_STDIO=I;" + theShell; //$NON-NLS-1$ - } - else - */ { args = new String[4]; args[0] = PSEUDO_TERMINAL;