Commit 9352b064 authored by Wayne Davison's avatar Wayne Davison

Got rid of unused string_area struct.

parent a85906c7
......@@ -435,18 +435,10 @@ struct file_struct {
#define FLIST_START (32 * 1024)
#define FLIST_LINEAR (FLIST_START * 512)
struct string_area {
char *base;
char *end;
char *current;
struct string_area *next;
};
struct file_list {
int count;
int malloced;
struct file_struct **files;
struct string_area *string_area;
};
struct sum_buf {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment