aboutsummaryrefslogtreecommitdiffstats
path: root/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/types.h b/include/types.h
index fc5381965..838897aa5 100644
--- a/include/types.h
+++ b/include/types.h
@@ -132,10 +132,4 @@ typedef union {
double g;
} PROPERLY_ALIGNED_TYPE;
-typedef struct string_list {
- struct string_list *next;
- unsigned int flags;
- char d[1];
-} *STRLIST;
-
#endif /*G10_TYPES_H*/