summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2013-10-10 12:39:24 +0000
committernicm <nicm>2013-10-10 12:39:24 +0000
commitd0566a474aa43cb27c6a8fc62ff80ef32c7fe86e (patch)
treee6a704dab1efe06c40d2efe40df990665777d0cb /tmux.h
parent99e3cbc526cff605f32d61c0b4be77a8b2dbaa9f (diff)
Remove the KERN_PROC_CWD the proc_current_path format (which is the only
thing that uses it now).
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index e18176e8..67192740 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);