.ide remove unused variable in Errors.cpp

git-svn-id: svn://ultimatepp.org/upp/trunk@10938 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2017-03-11 13:00:29 +00:00
parent e63685c808
commit 6c2aaf32f5

View file

@ -47,7 +47,6 @@ bool Ide::FindLineError(const String& ln, FindLineErrorCache& cache, ErrorInfo&
}
for(int i = 0; i < cache.wspc_paths.GetCount(); i++) {
String path = AppendFileName(cache.wspc_paths[i], file);
bool b = false;
String ext = ToLower(GetFileExt(path));
if(findarg(ext, ".obj", ".lib", ".o", ".so", ".a", ".", "") < 0) {
FindFile ff;