mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Removed unused memory allocation in ProcessClosure.ReaderThread.
This commit is contained in:
parent
3148081868
commit
765f599d1d
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-12-08 Vladimir Hirsl
|
||||||
|
Removed some dead code in ReaderThread class.
|
||||||
|
* src/org/eclipse/cdt/internal/core/ProcessClosure.java
|
||||||
|
|
||||||
2004-12-02 Alain Magloire
|
2004-12-02 Alain Magloire
|
||||||
Fix for PR 40081.
|
Fix for PR 40081.
|
||||||
For Cygwin use NM to get the global variables.
|
For Cygwin use NM to get the global variables.
|
||||||
|
|
|
@ -39,8 +39,6 @@ public class ProcessClosure {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void run() {
|
public void run() {
|
||||||
byte[] buffer = new byte[1024];
|
|
||||||
int len;
|
|
||||||
try {
|
try {
|
||||||
try {
|
try {
|
||||||
BufferedReader reader = new BufferedReader(new InputStreamReader(fInputStream));
|
BufferedReader reader = new BufferedReader(new InputStreamReader(fInputStream));
|
||||||
|
|
Loading…
Add table
Reference in a new issue