aboutsummaryrefslogtreecommitdiff
path: root/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'buffer.h')
-rw-r--r--buffer.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/buffer.h b/buffer.h
index bfb6a1c..7872c37 100644
--- a/buffer.h
+++ b/buffer.h
@@ -58,13 +58,6 @@ struct buffer
#endif
};
-/* used by argv_x functions */
-struct argv {
- size_t capacity;
- size_t argc;
- char **argv;
-};
-
/* for garbage collection */
struct gc_entry