Merge pull request #9976 from kfnta/remove_error_t

PSA: Remove unused type which was conflicting wiith errno.h
pull/10011/head
Cruz Monrreal 2019-03-07 08:39:14 -06:00 committed by GitHub
commit a00de86493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ extern "C" {
typedef uint32_t psa_signal_t;
typedef int32_t psa_handle_t;
typedef psa_status_t error_t;
/* -------------------------------------- Structs ------------------------------------ */