]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
remove dead declaration
authorNicholas Nethercote <njn@valgrind.org>
Mon, 17 Sep 2007 00:33:52 +0000 (00:33 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 17 Sep 2007 00:33:52 +0000 (00:33 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6838

include/pub_tool_libcfile.h

index d51b3610212f42ba5ec571b8879013bc9ad234c1..7efe8c98c67b72b3c26ddeabb06bba2d16a839ee 100644 (file)
@@ -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 );