1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00
This commit is contained in:
Mikhail Khodjaiants 2006-02-27 22:55:11 +00:00
parent 8e51e51706
commit 40de7ba4a9

View file

@ -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$