From: Nicholas Nethercote Date: Wed, 27 Jul 2005 20:31:57 +0000 (+0000) Subject: Removed dead declaration. X-Git-Tag: svn/VALGRIND_3_0_0~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50db609e823c1529c0bfffd15af15ec28792bf85;p=thirdparty%2Fvalgrind.git Removed dead declaration. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4284 --- diff --git a/include/pub_tool_libcfile.h b/include/pub_tool_libcfile.h index aad9fa0dc3..bdc97871e3 100644 --- a/include/pub_tool_libcfile.h +++ b/include/pub_tool_libcfile.h @@ -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 );