1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 07:35:24 +02:00

[142968] getting rid of IBM strings

This commit is contained in:
David McKnight 2006-12-07 18:46:40 +00:00
parent fa0ffc9080
commit 930c30f06a

View file

@ -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;