Don't have special treatment from pruning the common suffices of files in /Developer, /usr, etc.

llvm-svn: 60491
This commit is contained in:
Ted Kremenek 2008-12-03 19:16:58 +00:00
parent fff9f4aaaf
commit eda6c23984
1 changed files with 0 additions and 4 deletions

View File

@ -281,10 +281,6 @@ sub UpdatePrefix {
my $x = shift;
my $y = basename($x);
$x =~ s/\Q$y\E$//;
# Ignore /usr, /Library, /System, /Developer
return if ( $x =~ /^\/usr/ or $x =~ /^\/Library/
or $x =~ /^\/System/ or $x =~ /^\/Developer/);
if (!defined $Prefix) {
$Prefix = $x;