We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63dfc8a commit ac64bdcCopy full SHA for ac64bdc
source/error.c
@@ -30,9 +30,5 @@ static const struct aws_error_info_list error_info_list = { .error_list = error_
30
.count = sizeof(error_info) / sizeof(error_info[0]) };
31
32
void aws_cryptosdk_load_error_strings() {
33
-
34
- struct aws_allocator *allocator = aws_default_allocator();
35
- aws_common_library_init(allocator);
36
37
aws_register_error_info(&error_info_list);
38
}
0 commit comments