--- src/usr.bin/make/dir.h 2005/02/23 10:02:27 1.16 +++ src/usr.bin/make/dir.h 2005/03/31 22:07:21 1.17 @@ -49,14 +49,6 @@ struct GNode; struct Lst; -typedef struct Path { - char *name; /* Name of directory */ - int refCount; /* Number of paths with this directory */ - int hits; /* Number of times a file in this dirextory has - * been found */ - Hash_Table files; /* Hash table of files in directory */ -} Path; - void Dir_Init(void); void Dir_InitDot(void); Boolean Dir_HasWildcards(const char *);