aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/aws/aws-c-io/source/stream.c
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-02-08 07:42:39 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-02-08 07:42:39 +0300
commit3b51ba21855488020df8a45b52e443ef24215ec4 (patch)
tree3d1a584d74cce9d63e426dceb26a05ff0a8fc222 /contrib/restricted/aws/aws-c-io/source/stream.c
parenta6db175bc7b561a844f55c2916c329086e52b866 (diff)
downloadydb-3b51ba21855488020df8a45b52e443ef24215ec4.tar.gz
Update contrib/restricted/aws/aws-c-io to 0.13.14
Diffstat (limited to 'contrib/restricted/aws/aws-c-io/source/stream.c')
-rw-r--r--contrib/restricted/aws/aws-c-io/source/stream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/restricted/aws/aws-c-io/source/stream.c b/contrib/restricted/aws/aws-c-io/source/stream.c
index 4e49844e96..b8040946d2 100644
--- a/contrib/restricted/aws/aws-c-io/source/stream.c
+++ b/contrib/restricted/aws/aws-c-io/source/stream.c
@@ -289,7 +289,6 @@ struct aws_input_stream *aws_input_stream_new_from_file(struct aws_allocator *al
impl->file = aws_fopen(file_name, "r+b");
if (impl->file == NULL) {
- aws_translate_and_raise_io_error(errno);
goto on_error;
}