diff options
Diffstat (limited to 'src/types.h')
-rw-r--r-- | src/types.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/types.h b/src/types.h index 8a80d19..4510be2 100644 --- a/src/types.h +++ b/src/types.h @@ -89,10 +89,6 @@ typedef enum fastd_loglevel { LL_DEBUG2, } fastd_loglevel_t; -typedef enum fastd_async_type { - ASYNC_TYPE_RESOLVE_RETURN, -} fastd_async_type_t; - typedef struct fastd_buffer fastd_buffer_t; @@ -134,8 +130,6 @@ typedef struct fastd_string_stack fastd_string_stack_t; typedef struct fastd_shell_command fastd_shell_command_t; typedef struct fastd_shell_env fastd_shell_env_t; -typedef struct fastd_async_resolve_return fastd_async_resolve_return_t; - typedef union fastd_block128 { uint8_t b[16]; |