]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Removed dead declaration.
authorNicholas Nethercote <njn@valgrind.org>
Wed, 27 Jul 2005 20:31:57 +0000 (20:31 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 27 Jul 2005 20:31:57 +0000 (20:31 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4284

include/pub_tool_libcfile.h

index aad9fa0dc3d0e5a417ad96c487bff96c1c8a5194..bdc97871e3aec12ca86e4ea153959f862f2793d2 100644 (file)
@@ -51,11 +51,6 @@ 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 );
 
-/* Easier to use than VG_(getcwd)() -- does the buffer fiddling itself.
-   String put into 'cwd' is VG_(malloc)'d, and should be VG_(free)'d.
-   Returns False if it fails.  Will fail if the pathname is > 65535 bytes. */
-extern Bool VG_(getcwd_alloc) ( Char** cwd );
-
 extern Int  VG_(readlink)( Char* path, Char* buf, UInt bufsize );
 extern Int  VG_(getdents)( UInt fd, struct vki_dirent *dirp, UInt count );