From: Nicholas Nethercote Date: Tue, 24 May 2005 21:43:26 +0000 (+0000) Subject: Remove out-of-date comment. X-Git-Tag: svn/VALGRIND_3_0_0~516 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a844cefbba4b552620cdcc70df5de5e816ef1fb1;p=thirdparty%2Fvalgrind.git Remove out-of-date comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3802 --- diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c index cd9d048875..7c1eb6f6a4 100644 --- a/coregrind/vg_main.c +++ b/coregrind/vg_main.c @@ -458,7 +458,6 @@ static void layout_remaining_space(Addr argc_addr, float ratio) /*=== Command line setup ===*/ /*====================================================================*/ -/* Nb: malloc'd memory never freed -- kept throughout like argv, envp */ static char* get_file_clo(char* dir) { # define FLEN 512