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 4260cea..31cb48f 100644
--- a/generic/tclIO.c
+++ b/generic/tclIO.c
@@ -8877,7 +8877,6 @@ CopyData(
TclDecrRefCount(bufObj);
bufObj = NULL;
}
- result = TCL_OK;
goto done;
}
}
@@ -8969,7 +8968,6 @@ CopyData(
TclDecrRefCount(bufObj);
bufObj = NULL;
}
- result = TCL_OK;
goto done;
}
@@ -8992,7 +8990,6 @@ CopyData(
TclDecrRefCount(bufObj);
bufObj = NULL;
}
- result = TCL_OK;
goto done;
}
} /* while */