OSDN Git Service

Remove unused structure definition.
authorRob Landley <rob@landley.net>
Sun, 2 Dec 2012 00:26:58 +0000 (18:26 -0600)
committerRob Landley <rob@landley.net>
Sun, 2 Dec 2012 00:26:58 +0000 (18:26 -0600)
lib/lib.h

index f862714..3023f0d 100644 (file)
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -29,11 +29,6 @@ struct arg_list {
   char *arg;
 };
 
-struct offset_list {
-  struct offset_list *next;
-  off_t off;
-};
-
 struct double_list {
   struct double_list *next, *prev;
   char *data;