changeset 730:c8a595a38f14

Remove unused structure definition.
author Rob Landley <rob@landley.net>
date Sat, 01 Dec 2012 18:26:58 -0600
parents aaa638e82e51
children 76e7bf56b2e6
files lib/lib.h
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lib/lib.h	Sat Dec 01 18:26:21 2012 -0600
+++ b/lib/lib.h	Sat Dec 01 18:26:58 2012 -0600
@@ -29,11 +29,6 @@
   char *arg;
 };
 
-struct offset_list {
-  struct offset_list *next;
-  off_t off;
-};
-
 struct double_list {
   struct double_list *next, *prev;
   char *data;