aboutsummaryrefslogtreecommitdiff
path: root/include/pub_tool_libcfile.h
diff options
context:
space:
mode:
authornjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2007-09-17 00:33:52 +0000
committernjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2007-09-17 00:33:52 +0000
commit1231cc7870a694664d07d3e645d8905dd1a49bbb (patch)
tree187f0957077ae608f4ad7a19d9f7d65aa47a47b0 /include/pub_tool_libcfile.h
parent73c649427e1f0934af0975d155d9a1aa84afa740 (diff)
downloadvalgrind-1231cc7870a694664d07d3e645d8905dd1a49bbb.tar.gz
remove dead declaration
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6838 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'include/pub_tool_libcfile.h')
-rw-r--r--include/pub_tool_libcfile.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/pub_tool_libcfile.h b/include/pub_tool_libcfile.h
index d51b36102..7efe8c98c 100644
--- a/include/pub_tool_libcfile.h
+++ b/include/pub_tool_libcfile.h
@@ -50,9 +50,6 @@ extern SysRes VG_(dup) ( Int oldfd );
extern Int VG_(rename) ( Char* old_name, Char* new_name );
extern Int VG_(unlink) ( Char* file_name );
-// Returns False on failure (eg. if the buffer isn't big enough).
-extern Bool VG_(getcwd) ( Char* buf, SizeT size );
-
extern Int VG_(readlink)( Char* path, Char* buf, UInt bufsize );
extern Int VG_(getdents)( UInt fd, struct vki_dirent *dirp, UInt count );