mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-07 22:03:42 -06:00
.removed DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@8053 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ff8d198104
commit
c86c2fd903
2 changed files with 2 additions and 5 deletions
|
|
@ -144,10 +144,6 @@ bool Ide::FindLineError(const String& ln, FindLineErrorCache& cache, ErrorInfo&
|
|||
}
|
||||
}
|
||||
}
|
||||
DDUMP(ln);
|
||||
DDUMP(f.kind);
|
||||
DDUMP(f.file);
|
||||
DDUMP(f.lineno);
|
||||
return f.lineno > 0;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
|
|
@ -25,7 +25,8 @@ link(WIN32 MSC) /MAP;
|
|||
|
||||
file
|
||||
IDE readonly separator,
|
||||
ide.h options PCH,
|
||||
ide.h
|
||||
options() PCH,
|
||||
version.h,
|
||||
UppDlg.h,
|
||||
BaseDlg.cpp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue