library: Remove tty_to_dev()

This library call was imported into w as it was only used in
this program.  Converting a tty to a device is not really the
work for libprocps.
This commit is contained in:
Craig Small
2015-09-01 20:41:25 +10:00
parent a02911c1ea
commit 6252bf439f
3 changed files with 0 additions and 18 deletions

View File

@@ -11,7 +11,5 @@ __BEGIN_DECLS
extern unsigned dev_to_tty(char *__restrict ret, unsigned chop, dev_t dev_t_dev, int pid, unsigned int flags);
extern int tty_to_dev(const char *__restrict const name);
__END_DECLS
#endif