diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2004-12-17 13:20:19 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2004-12-17 13:20:19 +0000 |
| commit | 674a77f86429418b54b7687c80db60f689bca8d9 (patch) | |
| tree | 6eb76b042b6e1af4a0e99fe9fd18b8086748cbe0 /usr.bin/make/dir.c | |
| parent | db8d970ac4ebb577c6d1369b427cf949b2631e07 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/dir.c')
| -rw-r--r-- | usr.bin/make/dir.c | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index c3536297c81e..6734b67984f3 100644 --- a/usr.bin/make/dir.c +++ b/usr.bin/make/dir.c @@ -51,8 +51,6 @@ __FBSDID("$FreeBSD$"); * The interface for this module is: * Dir_Init Initialize the module. * - * Dir_End Cleanup the module. - * * Dir_HasWildcards Returns TRUE if the name given it needs to * be wildcard-expanded. * @@ -244,31 +242,6 @@ Dir_InitDot(void) /*- *----------------------------------------------------------------------- - * Dir_End -- - * cleanup things for this module - * - * Results: - * none - * - * Side Effects: - * none - *----------------------------------------------------------------------- - */ -void -Dir_End(void) -{ - - dot->refCount -= 1; - Dir_Destroy(dot); - Dir_ClearPath(&dirSearchPath); - Lst_Destroy(&dirSearchPath, NOFREE); - Dir_ClearPath(&openDirectories); - Lst_Destroy(&openDirectories, NOFREE); - Hash_DeleteTable(&mtimes); -} - -/*- - *----------------------------------------------------------------------- * DirFindName -- * See if the Path structure describes the same directory as the * given one by comparing their names. Called from Dir_AddDir via |
