Remove the KERN_PROC_CWD the proc_current_path format (which is the only

thing that uses it now).
This commit is contained in:
nicm
2013-10-10 12:39:24 +00:00
parent 99e3cbc526
commit d0566a474a
4 changed files with 1 additions and 21 deletions

1
tmux.h
View File

@ -2317,7 +2317,6 @@ u_int utf8_split2(u_int, u_char *);
/* procname.c */
char *get_proc_name(int, char *);
char *get_proc_cwd(int);
/* log.c */
void log_open(int, const char *);