diff options
author | Jim Meyering <meyering@redhat.com> | 2008-01-02 20:12:07 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-01-14 17:57:51 +0100 |
commit | 548312ccada6ded86ad1c4217eebcbcfc9065a6a (patch) | |
tree | 5ef08ad32398abaf71a7ccf7e2c9d424889c6276 | |
parent | 145ceb9cb96b12be2dd1c69b46adf9a002ccf2ca (diff) | |
download | idutils-548312ccada6ded86ad1c4217eebcbcfc9065a6a.tar.gz idutils-548312ccada6ded86ad1c4217eebcbcfc9065a6a.tar.bz2 idutils-548312ccada6ded86ad1c4217eebcbcfc9065a6a.zip |
src/mkid.c: Remove now-unused declaration of dirname.
Signed-off-by: Jim Meyering <meyering@redhat.com>
-rw-r--r-- | src/mkid.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -40,8 +40,6 @@ #include "scanners.h" #include "iduglobal.h" -char* dirname(char* path); - struct summary { struct token **sum_tokens; |