remove dead code

This was SVN commit r875.
This commit is contained in:
janwas 2004-08-01 20:23:11 +00:00
parent 18e55bba4f
commit 30553628ab

View File

@ -406,8 +406,6 @@ static int lookup_add_file_cb(const uintptr_t user, const i32 idx, const char* c
char* end = (char*)ent->fn + fn_len-1;
if(*end != '/')
end++;
else
end = end;
*end = '\0';
ent->loc = *loc;