summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclIO.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclIO.c b/generic/tclIO.c
index 8cfa2c8..2d7612c 100644
--- a/generic/tclIO.c
+++ b/generic/tclIO.c
@@ -9681,7 +9681,6 @@ CopyData(
TclDecrRefCount(bufObj);
bufObj = NULL;
}
- result = TCL_OK;
goto done;
}
}
@@ -9773,7 +9772,6 @@ CopyData(
TclDecrRefCount(bufObj);
bufObj = NULL;
}
- result = TCL_OK;
goto done;
}
@@ -9796,7 +9794,6 @@ CopyData(
TclDecrRefCount(bufObj);
bufObj = NULL;
}
- result = TCL_OK;
goto done;
}
} /* while */