From: Nicholas Nethercote Date: Mon, 17 Sep 2007 00:33:52 +0000 (+0000) Subject: remove dead declaration X-Git-Tag: svn/VALGRIND_3_3_0~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e19e539d1837da8e41345991a192ed769b981355;p=thirdparty%2Fvalgrind.git remove dead declaration git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6838 --- diff --git a/include/pub_tool_libcfile.h b/include/pub_tool_libcfile.h index d51b361021..7efe8c98c6 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 );