summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/types.h b/src/types.h
index ff052f94..c3a9d938 100644
--- a/src/types.h
+++ b/src/types.h
@@ -121,11 +121,4 @@ typedef union {
double g;
} PROPERLY_ALIGNED_TYPE;
-typedef struct string_list {
- struct string_list *next;
- unsigned int flags;
- char d[1];
-} *STRLIST;
-
-
#endif /*GCRYPT_TYPES_H*/