aboutsummaryrefslogtreecommitdiffhomepage
path: root/path.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-04-27 00:45:38 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-04-27 00:45:38 -0700
commitfe6699f0bfb5b6aeb52ee223cdbfc00ae6a62a5e (patch)
tree939c1631d33819f54b4952d744da103b2685e365 /path.h
parent807c5f2ef224ea2fb6e2866f4a7f531b78703d43 (diff)
Rely on $PWD instead of getcwd() more often
Diffstat (limited to 'path.h')
-rw-r--r--path.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/path.h b/path.h
index 74a931b6..a566501e 100644
--- a/path.h
+++ b/path.h
@@ -78,7 +78,4 @@ bool path_is_valid(const wcstring &path, const wcstring &working_directory);
/** Returns whether the two paths refer to the same file */
bool paths_are_same_file(const wcstring &path1, const wcstring &path2);
-/* Returns the current working directory as returned by wgetcwd */
-wcstring get_working_directory(void);
-
#endif