aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/types.h b/include/types.h
index 0cb81cb5..69407b07 100644
--- a/include/types.h
+++ b/include/types.h
@@ -33,11 +33,6 @@ typedef struct uw_Basis_file {
uw_Basis_blob data;
} uw_Basis_file;
-typedef struct uw_Basis_files {
- size_t size;
- uw_Basis_file *files;
-} uw_Basis_files;
-
typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY } failure_kind;