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

removing unneeded IBM reference

This commit is contained in:
David McKnight 2006-12-07 18:04:53 +00:00
parent 5eb1d9cf32
commit cb2b52f077

View file

@ -205,6 +205,7 @@ public class CommandMinerThread extends MinerThread
if (_isTTY)
{
String args[] = null;
/*
if (_isOS400)
{
args = new String[4];
@ -214,6 +215,7 @@ public class CommandMinerThread extends MinerThread
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;