mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-11 11:05:24 +02:00
removing unneeded IBM reference
This commit is contained in:
parent
5eb1d9cf32
commit
cb2b52f077
1 changed files with 2 additions and 0 deletions
|
@ -205,6 +205,7 @@ public class CommandMinerThread extends MinerThread
|
||||||
if (_isTTY)
|
if (_isTTY)
|
||||||
{
|
{
|
||||||
String args[] = null;
|
String args[] = null;
|
||||||
|
/*
|
||||||
if (_isOS400)
|
if (_isOS400)
|
||||||
{
|
{
|
||||||
args = new String[4];
|
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$
|
args[3] = "export TERMINAL_TYPE=REMOTE;export QIBM_JAVA_STDIO_CONVERT=Y;export QIBM_USE_DESCRIPTOR_STDIO=I;" + theShell; //$NON-NLS-1$
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
*/
|
||||||
{
|
{
|
||||||
args = new String[4];
|
args = new String[4];
|
||||||
args[0] = PSEUDO_TERMINAL;
|
args[0] = PSEUDO_TERMINAL;
|
||||||
|
|
Loading…
Add table
Reference in a new issue