summaryrefslogtreecommitdiffstats
path: root/include/complete.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/complete.h')
-rw-r--r--include/complete.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/complete.h b/include/complete.h
index 87332b8160..26fed65d27 100644
--- a/include/complete.h
+++ b/include/complete.h
@@ -6,10 +6,5 @@
int complete(char *instr, char **outstr);
void complete_reset(void);
-struct complete_handle {
- struct list_head list;
- char str[0];
-};
-
#endif /* __COMPLETE_ */