From c86c2fd903dcf7f5f07ced0bc48b70aab679ef37 Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 18 Jan 2015 09:31:48 +0000 Subject: [PATCH] .removed DDUMPs git-svn-id: svn://ultimatepp.org/upp/trunk@8053 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Errors.cpp | 4 ---- uppsrc/ide/ide.upp | 3 ++- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/uppsrc/ide/Errors.cpp b/uppsrc/ide/Errors.cpp index f4c876ea4..d331f2984 100644 --- a/uppsrc/ide/Errors.cpp +++ b/uppsrc/ide/Errors.cpp @@ -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 diff --git a/uppsrc/ide/ide.upp b/uppsrc/ide/ide.upp index 81f43f59e..f2ee0ac86 100644 --- a/uppsrc/ide/ide.upp +++ b/uppsrc/ide/ide.upp @@ -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,