Skip to content

Commit ac64bdc

Browse files
author
Christiaan Pretorius
committed
changes to v1.0.0 to make tests pass -
load error strings correctly - no reason to intialize
1 parent 63dfc8a commit ac64bdc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/error.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,5 @@ static const struct aws_error_info_list error_info_list = { .error_list = error_
3030
.count = sizeof(error_info) / sizeof(error_info[0]) };
3131

3232
void aws_cryptosdk_load_error_strings() {
33-
34-
struct aws_allocator *allocator = aws_default_allocator();
35-
aws_common_library_init(allocator);
36-
3733
aws_register_error_info(&error_info_list);
3834
}

0 commit comments

Comments
 (0)