mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Removed unnecessary call to available()
This commit is contained in:
parent
4cc10e41b6
commit
c44541e741
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ class SpawnerInputStream extends InputStream {
|
|||
* @see InputStream#read(byte[], int, int)
|
||||
*/
|
||||
public int read(byte[] buf, int off, int len) throws IOException {
|
||||
available();
|
||||
if (buf == null) {
|
||||
throw new NullPointerException();
|
||||
} else if (
|
||||
|
|
Loading…
Add table
Reference in a new issue