Skip to content

Commit 8725c0a

Browse files
committed
Remove parameter
1 parent 429a293 commit 8725c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_file.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ bool ReadFileToVector(const char *file_name,
203203

204204
static const char kPathSeparator = SANITIZER_WINDOWS ? ';' : ':';
205205

206-
char *FindPathToBinary(const char *name, const char *env_string) {
206+
char *FindPathToBinary(const char *name) {
207207
if (FileExists(name)) {
208208
return internal_strdup(name);
209209
}

0 commit comments

Comments
 (0)