mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-10 06:12:29 -06:00
.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:
parent
e63685c808
commit
6c2aaf32f5
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue