mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
Cleanup.
This commit is contained in:
parent
8e51e51706
commit
40de7ba4a9
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ public class MIInferior extends Process {
|
|||
public OutputStream getOutputStream() {
|
||||
if (out == null) {
|
||||
out = new OutputStream() {
|
||||
StringBuffer buf = new StringBuffer();
|
||||
public void write(int b) throws IOException {
|
||||
if (!isRunning()) {
|
||||
throw new IOException(MIPlugin.getResourceString("src.MIInferior.target_is_suspended")); //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue