|
From: Nicholas N. <nj...@cs...> - 2005-02-09 21:08:46
|
CVS commit by nethercote:
Removed a now-unused function, and also a now-unused variable.
M +0 -8 vg_main.c 1.246
--- valgrind/coregrind/vg_main.c #1.245:1.246
@@ -716,11 +716,4 @@ static Bool scan_colsep(char *colsep, Bo
}
-static Bool contains(const char *p) {
- if (VG_STREQ(p, VG_(libdir))) {
- return True;
- }
- return False;
-}
-
/* Prepare the client's environment. This is basically a copy of our
environment, except:
@@ -743,5 +736,4 @@ static char **fix_environment(char **ori
static const int valgrind_clo_len = sizeof(valgrind_clo)-1;
int ld_preload_done = 0;
- int ld_library_path_done = 0;
char *inject_path;
int inject_path_len;
|