diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-04-29 15:03:33 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-04-29 15:03:33 +0000 |
commit | 657af46631787afef0ccb38c58cfa95066cdcf49 (patch) | |
tree | 50698985e0a37990ac3abdcc79fdfc0cd35dafb8 /sbin/pdisk/pathname.h | |
parent | 4f070211ea962ebd5c9ecaf03d5a5b7a55a004e9 (diff) |
remove get_linux_name() and an accompanying variable;
this function was a stub after the last cleanup
Diffstat (limited to 'sbin/pdisk/pathname.h')
-rw-r--r-- | sbin/pdisk/pathname.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/pdisk/pathname.h b/sbin/pdisk/pathname.h index 19a8fdf8fb7..49f5e093320 100644 --- a/sbin/pdisk/pathname.h +++ b/sbin/pdisk/pathname.h @@ -57,6 +57,5 @@ MEDIA open_pathname_as_media(char *path, int oflag); MEDIA_ITERATOR first_media_kind(long *state); MEDIA_ITERATOR next_media_kind(long *state); -char *get_linux_name(char *name); #endif /* __pathname__ */ |