diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-02-08 07:42:39 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-02-08 07:42:39 +0300 |
commit | 3b51ba21855488020df8a45b52e443ef24215ec4 (patch) | |
tree | 3d1a584d74cce9d63e426dceb26a05ff0a8fc222 /contrib/restricted/aws/aws-c-io/source/stream.c | |
parent | a6db175bc7b561a844f55c2916c329086e52b866 (diff) | |
download | ydb-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.c | 1 |
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; } |