Skip to content

Commit

Permalink
Remove promise class (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 authored May 3, 2024
1 parent 86a056c commit 6236599
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 408 deletions.
103 changes: 0 additions & 103 deletions include/aws/common/promise.h

This file was deleted.

118 changes: 0 additions & 118 deletions source/promise.c

This file was deleted.

6 changes: 0 additions & 6 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -489,12 +489,6 @@ add_test_case(test_normalize_posix_directory_separator)
add_test_case(test_normalize_windows_directory_separator)
add_test_case(test_byte_buf_init_from_file)

add_test_case(promise_test_wait_forever)
add_test_case(promise_test_wait_for_a_bit)
add_test_case(promise_test_finish_immediately)
add_test_case(promise_test_finish_before_wait)
add_test_case(promise_test_multiple_waiters)

add_test_case(test_json_parse_from_string)
add_test_case(test_json_parse_to_string)

Expand Down
Loading

0 comments on commit 6236599

Please sign in to comment.